Files
2026-05-21 16:04:49 +02:00

7 lines
165 B
C#

namespace DanieleMarotta.RiversongCodeShowcase
{
public interface IIntentLogicExecutor
{
ref IntentQueue CancelRemainingIntents(Agent agent);
}
}