private void handleShooting() { if (rightJoystick != null && rightJoystick.GetMagnitude() > 0.7f) { gunController.Shoot(); } }