using System; namespace XMainClient { public enum ChatType { SelfText = 1, SelfVoice, OtherText, OtherVoice } }