public void Undo()
 {
     powerShieldSystem.IncreasePowerShieldLevel();
 }
Exemple #2
0
 public void Execute()
 {
     powerShieldSystem.IncreasePowerShieldLevel();
 }