BotSharp/src/Infrastructure/BotSharp.Abstraction/Rules/IRuleAction.cs
2025-05-07 17:44:48 -05:00

6 lines
72 B
C#

namespace BotSharp.Abstraction.Rules;
public interface IRuleAction
{
}