mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 22:57:28 +08:00
7 lines
150 B
C#
7 lines
150 B
C#
namespace AquaMai.Config.Interfaces;
|
|
|
|
public interface IConfigEntryAttribute
|
|
{
|
|
IConfigComment Comment { get; }
|
|
bool HideWhenDefault { get; }
|
|
} |