mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 15:17:27 +08:00
[+] Add some interfaces for attributes
This commit is contained in:
8
AquaMai/AquaMai.Config.Interfaces/IConfigComment.cs
Normal file
8
AquaMai/AquaMai.Config.Interfaces/IConfigComment.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AquaMai.Config.Interfaces;
|
||||
|
||||
public interface IConfigComment
|
||||
{
|
||||
string CommentEn { get; init; }
|
||||
string CommentZh { get; init; }
|
||||
public string GetLocalized(string lang);
|
||||
}
|
||||
Reference in New Issue
Block a user