void Awake() { shipMotor = GetComponent <ShipMotor>(); tiltJoystick = GetComponent <TiltJoystick>(); }
void Awake() { shipMotor = GetComponent<ShipMotor>(); tiltJoystick = GetComponent<TiltJoystick>(); }