BotSharp/BotSharp.Platform.Articulate/PlatformSettings.cs
2019-03-16 11:34:32 -05:00

12 lines
204 B
C#

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