Example #1
0
 public void defect(Player p, Country c)
 {
     c.setOwner(p);
     c.changedHands = true;
     pruneMovements();
 }