You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Add JSONRPC-2.0 implementation as a module
This commit is contained in:
5
modules/jsonrpc/config.py
Normal file
5
modules/jsonrpc/config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def can_build(env, platform):
|
||||
return True
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Reference in New Issue
Block a user