BotSharp/src/Infrastructure/BotSharp.Core.Rules/Actions/IRuleAction.cs

6 lines
73 B
C#
Raw Normal View History

2025-01-02 21:29:30 +00:00
namespace BotSharp.Core.Rules.Actions;
public interface IRuleAction
{
}