add: Agent Actions

This commit is contained in:
h z
2025-02-12 14:09:56 +00:00
parent f7da4ee8bb
commit 2323211a65
8 changed files with 127 additions and 30 deletions

View File

@@ -0,0 +1,6 @@
namespace Polonium.Interfaces;
public interface ITimeConsumer
{
public void Process(double time);
}