14 lines
235 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|