public void Undo()
 {
     powerShieldSystem.IncreasePowerShieldLevel();
 }
Exemplo n.º 2
0
 public void Execute()
 {
     powerShieldSystem.IncreasePowerShieldLevel();
 }