7 lines
165 B
C#
7 lines
165 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IIntentLogicExecutor
|
|
{
|
|
ref IntentQueue CancelRemainingIntents(Agent agent);
|
|
}
|
|
} |