BotSharp/BotSharp.Platform.OwnThink/Models/OwnThinkApi.cs

12 lines
161 B
C#
Raw Normal View History

2019-03-01 04:33:21 +00:00
using System;
using System.Collections.Generic;
using System.Text;
2019-03-16 16:23:02 +00:00
namespace BotSharp.Platform.OwnThink.Models
2019-03-01 04:33:21 +00:00
{
public class OwnThinkApi
{
}
}