Skip to content

Commit

Permalink
docs(agents): tsdocs in active-agent-proxy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowman2 committed Aug 31, 2019
1 parent beae458 commit ac5fb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agents/impl/active-agent-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const activeAgentProxyHandler = (id: AgentId, game: GameInstanceInternal) => ({
*
* @param id The proxy agent's id.
* @param game The `GameInstance` of the current context.
* @param prototype The agent prototype for the proxy to target. Defaults to `{}`.
*/
export const buildActiveAgentProxy = (
id: AgentId,
Expand Down

0 comments on commit ac5fb10

Please sign in to comment.