BotSharp/BotSharp.Core/Engines/IBotEngine.cs

11 lines
151 B
C#
Raw Normal View History

2018-05-22 00:39:33 +00:00
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Engines
{
public interface IBotEngine
{
}
}