using System; namespace XMainClient { internal enum XFxType { FT_NONE, FT_WARNING, FT_OTHER, FT_ME } }