Example #1
0
    void Start()
    {
        moveLift       = Lift.GetComponent <DOTMoving>();
        rotationWheel1 = Wheel1.GetComponent <DOTRotation>();
        rotationWheel2 = Wheel2.GetComponent <DOTRotation>();

        moveLift.enabled       = false;
        rotationWheel1.enabled = false;
        rotationWheel2.enabled = false;
    }