Example #1
0
 public BeginYearRound(Goodwill goodwill)
 {
     _goodwill = goodwill;
 }
Example #2
0
 public BiddingRound(Goodwill goodwill, string company)
 {
     _goodwill = goodwill;
     _company = company;
 }
Example #3
0
 public void Applicate(Goodwill game)
 {
     _action(game);
 }
Example #4
0
 public EndGameRound(Goodwill goodwill)
 {
     _goodwill = goodwill;
 }
Example #5
0
 public EndYearRound(Goodwill goodwill)
 {
     _goodwill = goodwill;
 }