// Set the Aiming controls to the specified joystick public void SetAimJoyStick(JoyStickCode joyStickCode) { aimJoyStick = joyStickCode; }
// Set the Movement controls to the specified joystick public void SetMoveJoyStick(JoyStickCode joyStickCode) { moveJoyStick = joyStickCode; }