Exemplo n.º 1
0
 public void AddLocationToMinimap(string location, Color color, GameObject biome)
 {
     minimap.AddLocation(location, color, biome);
 }