Exemple #1
0
 public void GenerateWorldAreas(string playerName, string worldName)
 {
     StartCoroutine(areaManager.GenerateAllAreas(playerName, worldName, Vector2Int.zero));
 }