Exemplo n.º 1
0
 public static void OnQuestStarted(QuestInfo quest)
 {
     QuestStarted?.Invoke(quest);
 }
Exemplo n.º 2
0
 public void InvokeQuestStarted(TrainCarType unlockedTrainCar)
 {
     QuestStarted?.Invoke(unlockedTrainCar);
     Debug.Log($"Quest started, {unlockedTrainCar}");
 }