using BehaviorDesigner.Runtime.Tasks; namespace CoreGame.Render { public class RemoveAlwaysRetryAbilities : Action { public override void OnStart() { Owner.GetEntity().RemoveRetryActiveAbility(); } } }