changeset 3901 | 124b4755914b |
parent 3673 | 45778b16b224 |
child 3947 | 709fdb89f76c |
3900:5fe24180fc72 | 3901:124b4755914b |
---|---|
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 |