Esempio n. 1
0
        public void StartStageZero() //1
        {
            TurnOffAllStages();
            characterStats.SetInvunerable(true);
            stageZero      = true;
            targetLocation = endWakeLocation;
            anim.SetBool("FightStarted", true);

            StartCoroutine("EndStageZero");
        }