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