namespace ChatRoomServer.Main.Entities { enum SystemMessageType { Unknown = 0, UserEnter = 1, UserExit = 2, Disconnect = 3, UpdateStat = 4, SendFailed = 5, UpdateOnlineCount = 6, OperationBlocked = 7, ReportAbuse = 8, ReportAbuseResult = 9 } }