gameServer/CoreTypes.hs
changeset 9109 878f06e9c484
parent 9086 77f471657230
child 9304 3f4c3fc146c2
equal deleted inserted replaced
9107:4dde5fecffe2 9109:878f06e9c484
   105         isReady :: !Bool,
   105         isReady :: !Bool,
   106         isInGame :: Bool,
   106         isInGame :: Bool,
   107         isAdministrator :: Bool,
   107         isAdministrator :: Bool,
   108         isChecker :: Bool,
   108         isChecker :: Bool,
   109         isKickedFromServer :: Bool,
   109         isKickedFromServer :: Bool,
       
   110         isJoinedMidGame :: Bool,
   110         clientClan :: !(Maybe B.ByteString),
   111         clientClan :: !(Maybe B.ByteString),
   111         checkInfo :: Maybe CheckInfo,
   112         checkInfo :: Maybe CheckInfo,
   112         teamsInGame :: Word
   113         teamsInGame :: Word
   113     }
   114     }
   114 
   115