예제 #1
0
 public void SetObjectiveValue(string val, GameplayObjective.Type type)
 {
     this.hudObjectives.SetObjectiveValue(val, type);
 }
예제 #2
0
 public void HideObjectiveStatus(GameplayObjective.Type type)
 {
     this.hudObjectives.ShowObjectiveStatus(false, type, Color.white, null);
 }