OxygenGame constructor

OxygenGame()

Implementation

OxygenGame() {
  world = FlameWorld(this);
}