namespace WingsEmu.Game.Buffs; /// /// Handlers of an BCardEventContext /// public interface IBCardEffectAsyncHandler { BCardType HandledType { get; } void Execute(IBCardEffectContext ctx); }