public static Formicant CreateFormicant(string formicantName, Vector2 location) { return(gameObjectList.CreateFormicant(formicantName, location)); }