8 lines
173 B
C#
8 lines
173 B
C#
namespace Disco.Services.Plugins.Features.Other
|
|
{
|
|
[PluginFeatureCategory(DisplayName = "Other")]
|
|
public abstract class OtherFeature : PluginFeature
|
|
{
|
|
}
|
|
}
|