using System; namespace XMainClient { public enum MobaKillStatus { KILL, DEAD, HELP } }