add: Agent, ProxyMethod, LoadingScene

This commit is contained in:
h z
2025-02-11 15:07:41 +00:00
parent aea9059e16
commit f7da4ee8bb
9 changed files with 105 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
using Godot;
using Polonium.Agents;
using Polonium.Resources;
using Polonium.Scenes;
@@ -16,4 +17,5 @@ public class PoloniumRegistry
{
DirAccess.MakeDirAbsolute("user://saves");
}
public Dictionary<string, Agent> Agents { get; set; } = new();
}