LeaveGameServer
public void LeaveGameServer();
Description
Attempts to terminate the connection with the in-game server.
- Even if this method is not called explicitly, connection with the in-game server will be terminated automatically when the game ends in the game room and the overall result is compiled.
Example
Backend.Match.LeaveGameServer();