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