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
All checks were successful
Create tag and build when new code gets to main / Export (push) Successful in 7m6s
This commit is contained in:
0
addons/gdUnit4/src/network/GdUnitServer.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitServer.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitServer.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitServer.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitServer.tscn
Normal file
0
addons/gdUnit4/src/network/GdUnitServer.tscn
Normal file
0
addons/gdUnit4/src/network/GdUnitServerConstants.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitServerConstants.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTask.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTask.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTask.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitTask.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpClient.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpClient.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpClient.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpClient.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpNode.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpNode.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpNode.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpNode.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpServer.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpServer.gd
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpServer.gd.uid
Normal file
0
addons/gdUnit4/src/network/GdUnitTcpServer.gd.uid
Normal file
0
addons/gdUnit4/src/network/rpc/RPC.gd
Normal file
0
addons/gdUnit4/src/network/rpc/RPC.gd
Normal file
0
addons/gdUnit4/src/network/rpc/RPC.gd.uid
Normal file
0
addons/gdUnit4/src/network/rpc/RPC.gd.uid
Normal file
13
addons/gdUnit4/src/network/rpc/RPCClientConnect.gd
Normal file
13
addons/gdUnit4/src/network/rpc/RPCClientConnect.gd
Normal 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
|
||||
0
addons/gdUnit4/src/network/rpc/RPCGdUnitEvent.gd
Normal file
0
addons/gdUnit4/src/network/rpc/RPCGdUnitEvent.gd
Normal file
0
addons/gdUnit4/src/network/rpc/RPCMessage.gd
Normal file
0
addons/gdUnit4/src/network/rpc/RPCMessage.gd
Normal file
0
addons/gdUnit4/src/network/rpc/RPCMessage.gd.uid
Normal file
0
addons/gdUnit4/src/network/rpc/RPCMessage.gd.uid
Normal file
Reference in New Issue
Block a user