public void PowerDown() { if (isPowered) { if (PowerSource.StorePower(requiredPower)) { isPowered = false; } } }