CheckIn() Method

Namespace: SWNetwork

Checking into the SocketWeaver services with a random generated unique player Id.

Declaration

public void CheckIn()

Overloads

CheckIn(string) Method

Checking into the SocketWeaver services with specified player Id. Make sure the playerId is unique.

Declaration

public void CheckIn(string customPlayerId)

Last updated