forked from Cookies_Github_mirror/AquaDX
7 lines
150 B
C#
7 lines
150 B
C#
namespace AquaMai.Config.Interfaces;
|
|
|
|
public interface IConfigEntryAttribute
|
|
{
|
|
IConfigComment Comment { get; }
|
|
bool HideWhenDefault { get; }
|
|
} |