BotSharp/BotSharp.Platform.OwnThink/PlatformSettings.cs

14 lines
235 B
C#
Raw Normal View History

2019-03-16 16:23:02 +00:00
using BotSharp.Core;
using BotSharp.Platform.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.OwnThink
{
public class PlatformSettings : PlatformSettingsBase
{
}
}