Ejemplo n.º 1
0
 private void ResetObjectives()
 {
     activeObjective = null;
 }
Ejemplo n.º 2
0
 public void ServerChooseObjective()
 {
     activeObjective = stationObjectiveData.GetRandomObjective();
     activeObjective.Setup();
     GameManager.Instance.CentComm.MakeCommandReport(activeObjective.description, false);
 }