gameServer/CoreTypes.hs
changeset 8245 d1a830c304c7
parent 8232 fb5aa767a2a0
child 8369 31033e521653
equal deleted inserted replaced
8243:92a430205796 8245:d1a830c304c7
    34         pingsQueue :: !Word,
    34         pingsQueue :: !Word,
    35         isMaster :: Bool,
    35         isMaster :: Bool,
    36         isReady :: !Bool,
    36         isReady :: !Bool,
    37         isInGame :: Bool,
    37         isInGame :: Bool,
    38         isAdministrator :: Bool,
    38         isAdministrator :: Bool,
       
    39         isKickedFromServer :: Bool,
    39         clientClan :: Maybe B.ByteString,
    40         clientClan :: Maybe B.ByteString,
    40         teamsInGame :: Word
    41         teamsInGame :: Word
    41     }
    42     }
    42 
    43 
    43 instance Eq ClientInfo where
    44 instance Eq ClientInfo where