Skip to content

Commit 6a4eeaf

Browse files
Update AgentUtils.cs
-Fix comments for AgentBehaviour class
1 parent ec37df1 commit 6a4eeaf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

unity/Runtime/AgentUtils.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ public interface IAgent
1818
/// <summary>
1919
/// Base class to define agent behavior
2020
/// </summary>
21-
// For now it only supports pre/post-TTS hooks,
22-
// since I don't see much use for anything else (yet).
23-
// But future expansion is possible.
2421
public abstract class AgentBehaviour : MonoBehaviour
2522
{
2623
/// <summary>
@@ -71,4 +68,4 @@ public AgentState(int responseCount, string agentMessage, string emotion)
7168
this.emotion = emotion;
7269
}
7370
}
74-
}
71+
}

0 commit comments

Comments
 (0)