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