BotSharp/BotSharp.Core/Engines/IBotPlatform.cs
2018-06-13 07:23:03 -05:00

11 lines
153 B
C#

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