gameServer/CoreTypes.hs
branchflibqtfrontend
changeset 8227 3a2ce574aa3b
parent 8002 8113afd3858f
child 8242 6735a8ce1946
equal deleted inserted replaced
8224:48bb7adc42fe 8227:3a2ce574aa3b
    98         gameInfo :: Maybe GameInfo,
    98         gameInfo :: Maybe GameInfo,
    99         playersIn :: !Int,
    99         playersIn :: !Int,
   100         readyPlayers :: !Int,
   100         readyPlayers :: !Int,
   101         isRestrictedJoins :: Bool,
   101         isRestrictedJoins :: Bool,
   102         isRestrictedTeams :: Bool,
   102         isRestrictedTeams :: Bool,
       
   103         isRegisteredOnly :: Bool,
   103         roomBansList :: ![B.ByteString],
   104         roomBansList :: ![B.ByteString],
   104         mapParams :: Map.Map B.ByteString B.ByteString,
   105         mapParams :: Map.Map B.ByteString B.ByteString,
   105         params :: Map.Map B.ByteString [B.ByteString]
   106         params :: Map.Map B.ByteString [B.ByteString]
   106     }
   107     }
   107 
   108 
   114         0
   115         0
   115         []
   116         []
   116         Nothing
   117         Nothing
   117         0
   118         0
   118         0
   119         0
       
   120         False
   119         False
   121         False
   120         False
   122         False
   121         []
   123         []
   122         (
   124         (
   123             Map.fromList $ Prelude.zipWith (,)
   125             Map.fromList $ Prelude.zipWith (,)