GameMode constructor

GameMode({
  1. String? script,
  2. Map<String, GameTable> tables = const {},
  3. Map<String, GameTeam> teams = const {},
})

Implementation

GameMode({this.script, this.tables = const {}, this.teams = const {}});