root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common
/
AgentCommands
Agent
Commands
goblin-common
data
class
AgentCommands
(
val
commands
:
List
<
AgentCommand
>
=
listOf()
)
Members
Constructors
Agent
Commands
Link copied to clipboard
goblin-common
constructor
(
commands
:
List
<
AgentCommand
>
=
listOf()
)
Properties
commands
Link copied to clipboard
goblin-common
val
commands
:
List
<
AgentCommand
>
Functions
push
Link copied to clipboard
goblin-common
fun
push
(
command
:
AgentCommand
)
:
AgentCommands