ConnectToRoom(Action<bool>) Method
Namespace: SWNetwork
Connects the local player to the room game servers.
Declaration
Parameters
Type
Description
callback
Action<bool>
The method to invoke when the client is connected to the game servers of the room.
Last updated