NetKAN generated mods - kRPC-v0.4.8
This commit is contained in:
parent
d443a02fc2
commit
479d177ef9
|
@ -3,7 +3,10 @@
|
||||||
"identifier": "kRPC",
|
"identifier": "kRPC",
|
||||||
"name": "kRPC: Remote Procedure Call Server",
|
"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.",
|
"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",
|
"license": "GPL-3.0",
|
||||||
"resources": {
|
"resources": {
|
||||||
"homepage": "http://krpc.github.io/krpc",
|
"homepage": "http://krpc.github.io/krpc",
|
||||||
|
|
Loading…
Reference in New Issue