diff options
Diffstat (limited to 'network/GCClient.tscn')
| -rw-r--r-- | network/GCClient.tscn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/GCClient.tscn b/network/GCClient.tscn new file mode 100644 index 0000000..2b04171 --- /dev/null +++ b/network/GCClient.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://network/GameCoordinatorClient.gd" type="Script" id=1] + +[node name="GCClient" type="Node"] +script = ExtResource( 1 ) |
