Esempio n. 1
0
 public static void hide(ref ConsoleSystem.Arg args)
 {
     GUIHide.SetVisible(false);
 }
Esempio n. 2
0
 public static void show(ref ConsoleSystem.Arg args)
 {
     GUIHide.SetVisible(true);
 }