Added rename of Waist and WaistD

This commit is contained in:
Absolutely disgusting
2025-10-23 20:42:00 +04:00
parent c9c37113d3
commit ca68a38401
15 changed files with 206 additions and 206 deletions

View File

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