Ejemplo n.º 1
0
 public RegolithScenario()
 {
     Instance     = this;
     gameSettings = new RegolithGameSettings();
 }
Ejemplo n.º 2
0
 public RegolithScenario()
 {
     print("Constructor");
     Instance     = this;
     gameSettings = new RegolithGameSettings();
 }