namespace Vision.Game.Enums { public enum KQTeamType : byte { KQTT_BLUE = 0, KQTT_RED = 1, KQTT_MAX = 2 } }