예제 #1
0
 public static GameObject GetEnemyUnit(string name)
 {
     return(gameObjectList.GetEnemyUnit(name));
 }