Пример #1
0
 public void SetRoomInfo(int roomId, int myNewId, ReadyPlayerSampleInfo[] allPlayers, string summonerIdObserverd = null)
 {
     PvpProtocolTools.UpdateHeroSkins(allPlayers);
     this._roomInfo.SetPlayers(roomId, myNewId, allPlayers, summonerIdObserverd);
     this._roomInfo.IsOtherCancelConfirm = false;
     this._isObserver = (this.MyLobbyUserId == -2147483648);
 }