protected virtual void OnEnterStateEvent(CoreAnimationEvent value) { OnEnterEvent.Broadcast(value); }
public override void OnStateEnter(Animator animator, AnimatorStateInfo stateInfo, int layerIndex) { OnEnterEvent.Broadcast(coreAnimationEvent); }