/// <summary>
 /// Grab the correct animator
 /// </summary>
 void Start()
 {
     this.animator = this.GetComponent<Animator>();
     this.movement = this.GetComponent<BufferedMovement>();
 }
Example #2
0
 /// <summary>
 /// Grab the correct animator
 /// </summary>
 void Start()
 {
     this.animator = this.GetComponent <Animator>();
     this.movement = this.GetComponent <BufferedMovement>();
 }