making sure the issue comes from GDUnit addon folder
All checks were successful
Create tag and build when new code gets to main / Export (push) Successful in 7m6s

This commit is contained in:
2026-01-26 08:51:14 +01:00
parent 51907a1f01
commit 72bf3d4cc5
464 changed files with 6493 additions and 0 deletions

View File

View File

View File

@@ -0,0 +1,13 @@
class_name RPCClientConnect
extends RPC
var _client_id: int
func with_id(id: int) -> RPCClientConnect:
_client_id = id
return self
func client_id() -> int:
return _client_id