australia_simulator
australiasim
GameMode
start
start
australia_simulator
australiasim
GameMode
start
method
start
Source
australia_simulator
australiasim
GameMode
Constructors
GameMode
Properties
enemyCount
gameOverEvent
isRunning
loaded
onEnemyCountChange
onGameOver
player
world
hashCode
runtimeType
Operators
operator ==
Methods
load
moveCharacter
start
stop
tick
noSuchMethod
toString
void
start
(
)
Start the game
Source
void start() => !loaded ? null : world.beginPlay();