Example #1
0
    void Awake()
    {
        shipMotor = GetComponent <ShipMotor>();

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

        tiltJoystick = GetComponent<TiltJoystick>();
    }