BotSharp/src/Infrastructure/BotSharp.Core.Rules/Actions/IRuleAction.cs
Haiping Chen 2dbe6c4853 rules
2025-01-02 15:29:30 -06:00

6 lines
73 B
C#

namespace BotSharp.Core.Rules.Actions;
public interface IRuleAction
{
}