Starts the game
Source
void beginPlay() {
if (!isRunning) start();
this.actors.forEach((actor) => actor.beginPlay());
}
Starts the game
void beginPlay() {
if (!isRunning) start();
this.actors.forEach((actor) => actor.beginPlay());
}