Ejemplo n.º 1
0
 public static void toggleElem(string name)
 {
     Debug.Log("toggling element: " + name);
     instance.toggleThing(name);
 }