(Iterable<RegisteredPlayer> players0, GameRules rules0, Match match0)
| 317 | } |
| 318 | |
| 319 | public Game(Iterable<RegisteredPlayer> players0, GameRules rules0, Match match0) { |
| 320 | this(players0, rules0, match0, null, -1); |
| 321 | } |
| 322 | |
| 323 | public Game(Iterable<RegisteredPlayer> players0, GameRules rules0, Match match0, Game maingame0, int startingLife) { /* no more zones to map here */ |
| 324 | rules = rules0; |
nothing calls this directly
no test coverage detected