Added rename SideHair

This commit is contained in:
Absolutely disgusting
2025-11-04 08:11:16 +04:00
parent 14fadf3c65
commit 8f3e3b3aba
22 changed files with 64 additions and 63 deletions

View File

@@ -15,7 +15,8 @@ namespace _2DGAMELIB
["首"] = "Neck",
["頭"] = "Head",
["後髪0"] = "BackHair0",
["後髪1"] = "BackHair1"
["後髪1"] = "BackHair1",
["横髪"] = "SideHair"
};
public static void MigrateKeys(this Obj obj)