예제 #1
0
 public static void ClearGUIProperty(this GUIWindow window, string which)
 {
     window.SetGUIProperty(which, " ");
 }