Example #1
0
 public void Awake()
 {
     useGUILayout = false;
     Instance     = this;
     InitItems();
 }
Example #2
0
 private void OnConsoleCommand_slotextender(NotificationCenter.Notification n)
 {
     HotKeys.InitWindow();
 }
Example #3
0
 internal static void InitWindow()
 {
     Instance = Load();
 }