using System; namespace XMainClient { internal enum XTeamMonitorState { TMS_Normal = 1, TMS_Loading, TMS_Left } }