コード例 #1
0
ファイル: GameJoiner.cs プロジェクト: swipswaps/VoloAirsport
 public void CancelJoin()
 {
     _client.Leave();
 }
コード例 #2
0
        private IEnumerator <WaitCommand> CancelJoinInternal()
        {
            yield return(_networkClient.Leave().AsWaitCommand());

            _isJoinInProgress = false;
        }
コード例 #3
0
 private void StopClient()
 {
     _networkClient.Leave();
 }