change order of NameplateElements

This commit is contained in:
2022-11-05 22:33:27 +01:00
parent 353ff6417f
commit e9d3c2c05b

View File

@@ -8,8 +8,8 @@ namespace Pilz.Dalamud.Nameplates.Tools
{ {
public enum NameplateElements public enum NameplateElements
{ {
Title,
Name, Name,
Title,
FreeCompany FreeCompany
} }
} }