namespace GServer.Common.Networking.Enums { public enum ServerPacketIn : byte { AUTH = 1 } }