gameServer/CoreTypes.hs
changeset 9787 0da6ba2f1f93
parent 9753 9579596cf471
child 9868 53d1b92db6ce
equal deleted inserted replaced
9786:e33ee5ef5d9d 9787:0da6ba2f1f93
   180         readyPlayers :: !Int,
   180         readyPlayers :: !Int,
   181         isRestrictedJoins :: Bool,
   181         isRestrictedJoins :: Bool,
   182         isRestrictedTeams :: Bool,
   182         isRestrictedTeams :: Bool,
   183         isRegisteredOnly :: Bool,
   183         isRegisteredOnly :: Bool,
   184         isSpecial :: Bool,
   184         isSpecial :: Bool,
       
   185         greeting :: B.ByteString,
   185         roomBansList :: ![B.ByteString],
   186         roomBansList :: ![B.ByteString],
   186         mapParams :: Map.Map B.ByteString B.ByteString,
   187         mapParams :: Map.Map B.ByteString B.ByteString,
   187         params :: Map.Map B.ByteString [B.ByteString]
   188         params :: Map.Map B.ByteString [B.ByteString]
   188     }
   189     }
   189 
   190 
   200         0
   201         0
   201         False
   202         False
   202         False
   203         False
   203         False
   204         False
   204         False
   205         False
       
   206         ""
   205         []
   207         []
   206         (
   208         (
   207             Map.fromList $ Prelude.zip
   209             Map.fromList $ Prelude.zip
   208                 ["MAP", "MAPGEN", "MAZE_SIZE", "SEED", "TEMPLATE"]
   210                 ["MAP", "MAPGEN", "MAZE_SIZE", "SEED", "TEMPLATE"]
   209                 ["+rnd+", "0", "0", "seed", "0"]
   211                 ["+rnd+", "0", "0", "seed", "0"]