Esempio n. 1
0
        public bool isAttackPlaying()
        {
            bool b = ANIMATION.IsPlaying(attackClip.name);

            return(b);
        }
Esempio n. 2
0
        public bool isDiePlaying()
        {
            bool b = ANIMATION.IsPlaying(dieClip.name);

            return(b);
        }