BotSharp/src/Infrastructure/BotSharp.Abstraction/Rules/IRuleAction.cs

6 lines
72 B
C#
Raw Normal View History

2025-05-07 22:44:48 +00:00
namespace BotSharp.Abstraction.Rules;
public interface IRuleAction
{
}