using System; namespace XMainClient { public enum NotifyType { None, InviteToParticipate, NotifyToBreak, NotifyToApprove } }