1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2015-10-22 07:36:36 -07:00
parent d8218761b2
commit 1ee3c07f1e

View file

@ -24,7 +24,7 @@ interface ICommand {
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.
*/
fun run(sender: ICommandSender, received: JsonObject)