init static method

dynamic init(
  1. FlameGame<World> game
)

Implementation

static init(FlameGame game) {
  instance._game = game;
}