Added rename of Waist and WaistD
This commit is contained in:
@@ -8,7 +8,8 @@ namespace _2DGAMELIB
|
||||
{
|
||||
static readonly Dictionary<string, string> KeyMap = new()
|
||||
{
|
||||
["咳"] = "Cough"
|
||||
["咳"] = "Cough",
|
||||
["腰"] = "Waist"
|
||||
};
|
||||
|
||||
public static void MigrateKeys(this Obj obj)
|
||||
|
||||
@@ -158,8 +158,7 @@ namespace _2DGAMELIB
|
||||
|
||||
public static Obj ObjLoad(this byte[] bd)
|
||||
{
|
||||
Obj obj = bd.Load<byte[]>().ToDeserialObject<Obj>().SetDefaultR();
|
||||
return obj;
|
||||
return bd.Load<byte[]>().ToDeserialObject<Obj>().SetDefaultR();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user