Implement basic networking
This commit is contained in:
parent
c320d9ddcb
commit
994823a9c3
25 changed files with 643 additions and 217 deletions
5
scripts/RPCNode.cs
Normal file
5
scripts/RPCNode.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
using Godot;
|
||||
|
||||
public partial class RPCNode : Node
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue