// Use this for initialization
 void Start()
 {
     animator   = GetComponent <Animator>();
     locomotion = new QCLocomotion(animator);
 }
Пример #2
0
	// Use this for initialization
	void Start () 
	{
        animator = GetComponent<Animator>();
        locomotion = new QCLocomotion(animator);
	}