Example #1
0
 public static GameObject GetBuilding(string name)
 {
     return(gameObjectList.GetBuilding(name));
 }