mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Doc.
This commit is contained in:
parent
d8218761b2
commit
1ee3c07f1e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ interface ICommand {
|
||||||
val name: String
|
val name: String
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run this command based on the information received from the server. When done, use
|
* Run this command based on the information received from the client. When done, use
|
||||||
* the sender object to send back a response.
|
* the sender object to send back a response.
|
||||||
*/
|
*/
|
||||||
fun run(sender: ICommandSender, received: JsonObject)
|
fun run(sender: ICommandSender, received: JsonObject)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue