Example #1
0
 public void CompareInfo(ObjectiveInfo info)
 {
     if (info.objective == objective)
     {
         currentManager.NotifyProgress(info.success?ScenarioStep.Continue:ScenarioStep.Restart);
     }
 }
Example #2
0
 public void NotifyManager()
 {
     currentManager.NotifyProgress(nextStep);
 }
Example #3
0
 public void StartListeningFor(ScenarioManager manager)
 {
     manager.NotifyProgress(ScenarioStep.Continue);
 }