namespace DragonFiesta.Networking.HandlerTypes { public sealed class Handler25Type : HandlerType { public new const byte _Header = 25; //SMSG public const ushort SMSG_ANNOUNCE_Z2W_CMD = 1; //NC public const ushort NC_ANNOUNCE_W2C_CMD = 2; } }