using UnityEngine; //Player AnimationHandler 记录当前动作状态编号 public class AnimationHandler : MonoBehaviour { public int animationState; private void Start() { } private void Update() { } }