Пример #1
0
    void FixedUpdate()
    {
        bool move = Input.GetButton("Fire1");

        EngineAI.ForwardThrust(move);
    }