예제 #1
0
 public static GameObject GetUnit(string name)
 {
     return(gameObjectList.GetUnit(name));
 }
예제 #2
0
        public static GameObject GetUnit(string name)
        {
//			Debug.Log ("FETCHING UNIT OF NAME: " + name);
            return(gameObjectList.GetUnit(name));
        }