using Animancer; namespace GameLogic.Combat.Hero { public class HeroAnimtionStateInfo : HeroPlayStateInfoBasic { public AnimancerState animancerState; public override void SetSpeed(float speed) { animancerState.Speed = speed; } } }