Item pickup

This commit is contained in:
2025-08-29 12:33:10 +08:00
parent 850628ca72
commit fac5e5a597
12 changed files with 191 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ public partial class BuildingRegistry : Node
return;
}
var dict = (Godot.Collections.Dictionary)json.Data;
var dict = json.Data.AsGodotDictionary();
foreach (string key in dict.Keys)
{