|
|
|
@ -22,7 +22,8 @@ namespace Unity.BossRoom.ConnectionManagement
|
|
|
|
|
IncompatibleBuildType, //client build type is incompatible with server.
|
|
|
|
|
HostEndedSession, //host intentionally ended the session.
|
|
|
|
|
StartHostFailed, // server failed to bind
|
|
|
|
|
StartClientFailed // failed to connect to server and/or invalid network endpoint
|
|
|
|
|
StartClientFailed, // failed to connect to server and/or invalid network endpoint
|
|
|
|
|
GameInProgress //failed to connect because a game is already in progress
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|