#How to Sync Directory ?

3 messages · Page 1 of 1 (latest)

lunar vapor
#

How to Sync Directory ?

delicate wind
#

You can acheive this through ClientRPC

#

[Command]
void CmdSomeFunc() {
RpcSomeFunc()
}
[ClientRPC]
void RpcSomeFunc() {
GameManager.instance.player.Add(Nick, this);
}