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

14 lines
235 B
C#

using BotSharp.Core;
using BotSharp.Platform.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Platform.OwnThink
{
public class PlatformSettings : PlatformSettingsBase
{
}
}