BotSharp/BotSharp.Platform.OwnThink/Models/OwnThinkApi.cs
2019-03-16 11:23:02 -05:00

12 lines
161 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.OwnThink.Models
{
public class OwnThinkApi
{
}
}