using UnityEngine; public class AnimationHandler : MonoBehaviour { public int animationState; private void Start() { } private void Update() { } }