gameServer/CoreTypes.hs
changeset 3905 7768ac820d5a
parent 3901 124b4755914b
child 3947 709fdb89f76c
equal deleted inserted replaced
3904:22e4d74240e5 3905:7768ac820d5a
    29         logonPassed :: Bool,
    29         logonPassed :: Bool,
    30         clientProto :: !Word16,
    30         clientProto :: !Word16,
    31         roomID :: RoomIndex,
    31         roomID :: RoomIndex,
    32         pingsQueue :: !Word,
    32         pingsQueue :: !Word,
    33         isMaster :: Bool,
    33         isMaster :: Bool,
    34         isReady :: Bool,
    34         isReady :: !Bool,
    35         isAdministrator :: Bool,
    35         isAdministrator :: Bool,
    36         clientClan :: B.ByteString,
    36         clientClan :: B.ByteString,
    37         teamsInGame :: Word
    37         teamsInGame :: Word
    38     }
    38     }
    39 
    39