riversong code showcase
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public class WaitForeverIntentExecutionLogic : IntentExecutionLogic
|
||||
{
|
||||
public override IntentExecutionResult Execute(Agent agent, in AgentIntent intent)
|
||||
{
|
||||
return IntentExecutionResult.InProgress;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user