forked from Cookies_Github_mirror/AquaDX
[+] Add some interfaces for attributes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace AquaMai.Config.Interfaces;
|
||||
|
||||
public interface IConfigSectionAttribute
|
||||
{
|
||||
IConfigComment Comment { get; }
|
||||
bool ExampleHidden { get; }
|
||||
bool DefaultOn { get; }
|
||||
bool AlwaysEnabled { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user