示例#1
0
        public override void OnUnDoExecute()
        {
            base.OnUnDoExecute();
            if (delyPlay != null)
            {
                StopCoroutine(delyPlay);
            }

            if (animPlayer != null)
            {
                animPlayer.StepUnDo();
                animPlayer.RemovePlayer(this);
                animPlayer = defaultAnimPlayer;
            }
        }