NetKAN generated mods - kRPC-v0.4.8

This commit is contained in:
NetKAN inflator Robot 2019-11-16 01:39:24 +00:00
parent d443a02fc2
commit 479d177ef9
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
"identifier": "kRPC",
"name": "kRPC: Remote Procedure Call Server",
"abstract": "kRPC allows you to control the game from external programs. It comes with client libraries for several popular languages including Python, C++, C#, Java and Lua. Programs communicate with the game over a TCP/IP connection, and can be configured to work on just the local machine or even over the wider internet.",
"author": "djungelorm",
"author": [
"djungelorm",
"krpc"
],
"license": "GPL-3.0",
"resources": {
"homepage": "http://krpc.github.io/krpc",