feat: replace activity markers with typed sites

This commit is contained in:
2026-07-07 13:27:02 +02:00
parent e5bd93d705
commit 4c090f1635
19 changed files with 308 additions and 126 deletions
+2 -1
View File
@@ -432,7 +432,8 @@ func get_pantry() -> StorageStateRecord:
func register_loaded_storage_nodes() -> void:
for node in StorageNode.get_all():
for candidate in StorageNode.get_all():
var node := candidate as StorageNode
register_storage_node(node)