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_u8, 767 => 0x01_u8, 771 => 0x01_u8})


[View source]