Rename jp char to Torso (still not working)

This commit is contained in:
Absolutely disgusting
2025-10-23 21:31:59 +04:00
parent ca68a38401
commit fb21034c0e
15 changed files with 52 additions and 51 deletions

View File

@@ -9,7 +9,8 @@ namespace _2DGAMELIB
static readonly Dictionary<string, string> KeyMap = new()
{
["咳"] = "Cough",
["腰"] = "Waist"
["腰"] = "Waist",
["胴"] = "Torso"
};
public static void MigrateKeys(this Obj obj)