module Rosegold::Packets::ProtocolMapping

Direct including types

Defined in:

rosegold/packets/protocol_mapping.cr

Macro Summary

Macro Detail

macro packet_ids(mappings) #

Macro to define protocol-specific packet IDs for a packet class Usage: packet_ids({758 => 0x00, 767 => 0x01, 771 => 0x01})


[View source]