Ejemplo n.º 1
0
 public void UpLevel()
 {
     if (Colony.AllowedPay(this))
     {
         Level++;
         Cost *= 2;
     }
 }