mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 12:17:26 +08:00
[+] Add some interfaces for attributes
This commit is contained in:
@@ -10,6 +10,7 @@ public interface IReflectionManager
|
||||
public string Path { get; }
|
||||
public string Name { get; }
|
||||
public IReflectionField Field { get; }
|
||||
public IConfigEntryAttribute Attribute { get; init; }
|
||||
}
|
||||
|
||||
public interface ISection
|
||||
@@ -17,6 +18,7 @@ public interface IReflectionManager
|
||||
public string Path { get; }
|
||||
public IReflectionType Type { get; }
|
||||
public List<IEntry> Entries { get; }
|
||||
public IConfigSectionAttribute Attribute { get; init; }
|
||||
}
|
||||
|
||||
public IEnumerable<ISection> Sections { get; }
|
||||
|
||||
Reference in New Issue
Block a user