diff --git a/Interfaces.md b/Interfaces.md index 599dd18..cec3960 100644 --- a/Interfaces.md +++ b/Interfaces.md @@ -6,6 +6,8 @@ ggs_vm_runner:define(GameVM, SourceCode) -> ok ggs_vm_runner:user_command(GameVM, User, Command, Args) -> ok +Only `start_link()` has a return value, the other two always return `ok`. + ## ggs_server
 handle_cast(stop, State) -> {stop, normal, State}