예제 #1
0
 public void Play(Player p, Supply s)
 {
     p.ExpandHand(3);
 }
예제 #2
0
 public void Play(Player p, Supply s)
 {
     p.ExpandHand(1);
     p.NumActions += 1;
     p.NumBuys += 1;
 }