Example #1
0
 public void AddChoice(EncounterChoice c)
 {
     choices.Add(c);
 }
Example #2
0
 public void SetStage(EncounterChoice choice)
 {
     SetStage(choice.NextApplicableRandomStage(this, playerShip));
 }