Exemplo n.º 1
0
 public void Load()
 {
     //Debug.Log("LOADING");
     isProcessing = true;
     playerController?.Load();
     monsterGenerator?.Load();
     questHandler?.Load();
     playerInventory?.Load();
     isProcessing = false;
 }