// Signals its parent that the attack animation has stopped public void AttackEnds() { playerCode.NormalizeMoveState(); }
// Called from any player gameobject specific code public void CallAnimationEnded() { playerParent.NormalizeMoveState(); }