gameServer/CoreTypes.hs
branchserver_refactor
changeset 4610 9541b2a76067
parent 4579 4e61c2a42121
child 4622 8bdc879ee6b2
--- a/gameServer/CoreTypes.hs	Fri Jan 28 22:34:07 2011 +0300
+++ b/gameServer/CoreTypes.hs	Sat Jan 29 13:43:07 2011 +0300
@@ -179,7 +179,9 @@
     show (ClientAccountInfo _) = "ClientAccountInfo"
     show (TimerAction _) = "TimerAction"
     show (Remove _) = "Remove"
-    
+
 type MRnC = MRoomsAndClients RoomInfo ClientInfo
 type IRnC = IRoomsAndClients RoomInfo ClientInfo
 
+data Notice = NickAlreadyInUse
+    deriving Enum
\ No newline at end of file