Example #1
0
 /* called by gameplay to initialize the quest & get the ball rollin */
 public void startQuest(List <int> players, SetupModel sponsorship)
 {
     model.addPlayers(players);
     model.sponsorship = sponsorship;
     nextStage();
 }