Пример #1
0
 private HymirEncounter myBrother; // store reference to Hymir
 public GymirEncounter(GameSession ses, HymirEncounter myBrother) : base(ses)
 {
     parentSession  = ses;
     Name           = "interaction0003";
     this.myBrother = myBrother; // set reference to Hymir
     currentState   = new GymirInitialState();
 }
Пример #2
0
 public GymirEncounter(GameSession ses, HymirEncounter myBrother) : base(ses)
 {
     Name           = "interaction0003";
     this.myBrother = myBrother; // set reference to Hymir
 }