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