using System; namespace XMainClient { internal enum AttackType { PhysicalAttack = 1, MagicAttack } }