trying to fix Export
All checks were successful
Create tag and build when new code gets to main / Export (push) Successful in 6m53s
All checks were successful
Create tag and build when new code gets to main / Export (push) Successful in 6m53s
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
class_name RPCClientDisconnect
|
||||
extends RPC
|
||||
|
||||
var _client_id: int
|
||||
|
||||
|
||||
func with_id(id: int) -> RPCClientDisconnect:
|
||||
_client_id = id
|
||||
return self
|
||||
|
||||
|
||||
func client_id() -> int:
|
||||
return _client_id
|
||||
Reference in New Issue
Block a user