Exemple #1
0
 public void SetCtrNarrativeOutcome(NarrativeOutcomes outcome, bool state)
 {
     ctrNarrativeOutcomes[(int)outcome] = state;
 }
Exemple #2
0
 public bool GetCtrNarrativeOutcome(NarrativeOutcomes outcome)
 {
     return(ctrNarrativeOutcomes[(int)outcome]);
 }