Ejemplo n.º 1
0
        public void Init()
        {
            owner.RegisterCharacter(this);
            highlighter.SetActive(false);

            animator = GetComponentInChildren <Animator>();
            animator.applyRootMotion = false;
        }
Ejemplo n.º 2
0
 public void OnInit()
 {
     owner.RegisterCharacter(this);
 }