godot-kotlin-jvm
godot-kotlin-jvm copied to clipboard
Implement new rpc related functionality
This changes our rpc related code to support the changes made in godot.
Namely;
- Drop of rset and any other property related rpc calls and configuration
- New rpc config and config retrieval
This also updates the registration code, code generation and the IDE checks.