void FixedUpdate() { if (!isAtModule) { moveBehavior.move(); } }
void FixedUpdate() { if (module.activePlayerId > 0 && module.canActivePlayerControlModule && !fuelContainer.isEmpty()) { moveBehavior.move(); } }