using System; namespace XMainClient.UI { internal enum EFavorState { None, CanSend, SendWithExchange, Exchange } }