void start()

Start the game

Source

void start() => !loaded ? null : world.beginPlay();