Exemplo n.º 1
0
 public override void Attach(Actor actor)
 {
     actor.AddPower(power);
     base.Attach(actor);
 }