Ejemplo n.º 1
0
 private void HandleStartGameEvent(GameStartEventInfo gameStartEventInfo)
 {
     LocationSystem.Start();
     DialogueSystem.Start();
     EntitySystem.Start();
     ProgressSystem.Start();
     loadingScreen.SetActive(false);
     StartGame(gameStartEventInfo.progress);
 }