Files
Disco/Disco.Services/Plugins/Features/Other/OtherFeature.cs
T
2017-03-25 15:29:51 +11:00

8 lines
173 B
C#

namespace Disco.Services.Plugins.Features.Other
{
[PluginFeatureCategory(DisplayName = "Other")]
public abstract class OtherFeature : PluginFeature
{
}
}