CustomSkinEditor now displays loc keys and translated names

This commit is contained in:
MayNL
2026-06-29 14:04:07 -04:00
parent 80ed099669
commit e1449fc7b7
3 changed files with 81 additions and 7 deletions
+1
View File
@@ -4,6 +4,7 @@
{
public string Name { get; }
public string Theme { get; }
public bool IsDisplayName;
public SkinMetaData(string name, string theme)
{