diff options
Diffstat (limited to 'godot/scripts/World.gd')
| -rw-r--r-- | godot/scripts/World.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/godot/scripts/World.gd b/godot/scripts/World.gd index 7e60423..01df1b5 100644 --- a/godot/scripts/World.gd +++ b/godot/scripts/World.gd @@ -64,3 +64,5 @@ func draw_path(path_array): im.add_vertex(x) im.end() +func get_client_id() -> int: + return client_id |
