redesign: Agents

This commit is contained in:
h z
2025-02-27 15:39:28 +00:00
parent 8df4ebb6d5
commit e90f701bd5
15 changed files with 166 additions and 144 deletions

View File

@@ -14,6 +14,12 @@ public class PoloniumRegistry
public Config Config { get; set; }
[RegistryPassThrough]
public Save Save { get; set; }
[RegistryPassThrough]
public World CurrentWorld { get; set; }
[RegistryPassThrough]
public IPoloniumFactory PoloniumFactory { get; set; }
public static void Prepare()
{
@@ -28,4 +34,4 @@ public class PoloniumRegistry
public HashSet<ITimeConsumer> TimeConsumers { get; } = new();
}
}