Inheritance: AbstractWindow
 public void Start()
 {
     #if DEBUG
     debugWindow = new UI.DebugWindow();
     #endif
 }
Example #2
0
 public void Start()
 {
     #if DEBUG
     debugWindow = new UI.DebugWindow();
     #endif
 }