mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 01:57:26 +08:00
[+] Add some interfaces for attributes
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
using System;
|
||||
using AquaMai.Config.Interfaces;
|
||||
|
||||
namespace AquaMai.Config.Attributes;
|
||||
|
||||
public record ConfigComment(string CommentEn, string CommentZh)
|
||||
public record ConfigComment(string CommentEn, string CommentZh) : IConfigComment
|
||||
{
|
||||
public string GetLocalized(string lang) => lang switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user