public void UsedPower(bool used) { if (used) { currentPower.PowerUsed(); } currentPower.DeactivetePower(); }