373839404142434445
this.bus.send(new RotationChange(ROTATION_INCREMENT_DEGREES), this.getEntityId()); this.throttleRotation(); } if(keyInput.isKeyInputActive(KeyEvent.VK_SPACE)) { this.bus.send(new ProjectileLaunch(), this.getEntityId()); } }