Exemplo n.º 1
0
 public GameEngine()
 {
     CriticalError = s_notInitialized;
     s_inist       = this;
     GameEngine.Init();
 }
Exemplo n.º 2
0
 public GameEngine()
 {
     s_inist = this;
     GameEngine.Init();
 }