diff --git a/Interfaces.md b/Interfaces.md index fbe5f24..9f3e005 100644 --- a/Interfaces.md +++ b/Interfaces.md @@ -1,6 +1,5 @@ ## ggs_vm_runner -`GameVm = ggs_vm_runner:start_link()` -`ggs_vm_runner:define(GameVM, SourceCode)` -`ggs_vm_runner:user_command(GameVM, User, Command, Args)` - +
GameVm = ggs_vm_runner:start_link() +ggs_vm_runner:define(GameVM, SourceCode) +ggs_vm_runner:user_command(GameVM, User, Command, Args)\ No newline at end of file