void Start()
 {
     status = GetComponent <PlayerStatusNew>();
 }
Example #2
0
    void Start()
    {
        status = GetComponent <PlayerStatusNew>();

        refAnimator = GetComponent <Animator>();
    }