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