namespace Vision.Game.Characters.Shape { public enum CharacterGender : byte { CG_MALE = 0, CG_FEMALE = 1, CG_MAX = 2 } }