Exemplo n.º 1
0
 // Token: 0x06007735 RID: 30517 RVA: 0x00209150 File Offset: 0x00207350
 public void ChangeTeamRoomAuthority(TeamRoomAuthority authority)
 {
     if (!BJLuaObjHelper.IsSkipLuaHotfix && this.TryInitHotFix("") && this.m_ChangeTeamRoomAuthorityTeamRoomAuthority_hotfix != null)
     {
         this.m_ChangeTeamRoomAuthorityTeamRoomAuthority_hotfix.call(new object[]
         {
             this,
             authority
         });
         return;
     }
     BJLuaObjHelper.IsSkipLuaHotfix = false;
     if (this.Room != null)
     {
         this.Room.Setting.Authority = authority;
     }
 }
 // Token: 0x0601393F RID: 80191 RVA: 0x004FD954 File Offset: 0x004FBB54
 public TeamRoomAuthorityChangeNetTask(TeamRoomAuthority authority) : base(10f, null, true)
 {
     this.m_authority = authority;
 }