예제 #1
0
 public static NewCharacterWindow GetWindow()
 {
     if (_instance == null)
     {
         _instance = new NewCharacterWindowHandler();
     }
     return(_instance._window);
 }
예제 #2
0
 public static NewCharacterWindow GetWindow()
 {
     if(_instance == null)
         _instance = new NewCharacterWindowHandler();
     return _instance._window;
 }