Exemplo n.º 1
0
 public override void SetOwner(Player owner)
 {
     this.owner?.RemoveCity(this);
     base.SetOwner(owner);
     owner.AddCity(this);
     SetProduction(Unit.infantry);
 }