7 lines
135 B
C#
7 lines
135 B
C#
namespace BotSharp.Abstraction.Plugins;
|
|
|
|
public class PluginSettings
|
|
{
|
|
public string[] Assemblies { get; set; } = new string[0];
|
|
}
|