예제 #1
0
 public static Formicant CreateFormicant(string formicantName, Vector2 location)
 {
     return(gameObjectList.CreateFormicant(formicantName, location));
 }