BotSharp/BotSharp.Core/Engines/IBotEngine.cs
2018-05-21 19:39:33 -05:00

11 lines
151 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Engines
{
public interface IBotEngine
{
}
}