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

        tiltJoystick = GetComponent <TiltJoystick>();
    }
예제 #2
0
    void Awake()
    {
        shipMotor = GetComponent<ShipMotor>();

        tiltJoystick = GetComponent<TiltJoystick>();
    }