mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 15:17:27 +08:00
[+] 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