Files
2026-06-04 11:42:34 +02:00

259 lines
8.6 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using RecNet;
using UnityEngine;
using UnityEngine.UI;
// Token: 0x02000ACA RID: 2762
public class ImportFriendsPanelControl : MonoBehaviour
{
// Token: 0x060153FF RID: 87039 RVA: 0x005ED1C8 File Offset: 0x005EB3C8
public void DEMIHLNJNPG()
{
this.CMOACDPMABG(this.AMNCIDFOEAF);
}
// Token: 0x06015400 RID: 87040 RVA: 0x005ED1D8 File Offset: 0x005EB3D8
public void OODADGENPAG()
{
this.CDAEGLIHLDO(this.AMNCIDFOEAF);
}
// Token: 0x06015401 RID: 87041 RVA: 0x005ED1E8 File Offset: 0x005EB3E8
public void JKAGBAEMLPJ(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
this.importFriendsPanel.gameObject.SetActive(true);
this.friendRequestsSentPanel.gameObject.SetActive(false);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(!flag);
}
// Token: 0x06015402 RID: 87042 RVA: 0x005ED2A0 File Offset: 0x005EB4A0
public void PDLGBNKACNM()
{
this.UpdateUI(this.AMNCIDFOEAF);
}
// Token: 0x06015403 RID: 87043 RVA: 0x005ED2B0 File Offset: 0x005EB4B0
public void OMJHIKMBCLA(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
this.importFriendsPanel.gameObject.SetActive(true);
this.friendRequestsSentPanel.gameObject.SetActive(true);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(!flag);
}
// Token: 0x06015405 RID: 87045 RVA: 0x005ED370 File Offset: 0x005EB570
public void UpdateUI()
{
this.UpdateUI(this.AMNCIDFOEAF);
}
// Token: 0x06015406 RID: 87046 RVA: 0x005ED380 File Offset: 0x005EB580
public void IKLIDDOLIFI()
{
this.CDAEGLIHLDO(this.AMNCIDFOEAF);
}
// Token: 0x06015407 RID: 87047 RVA: 0x005ED390 File Offset: 0x005EB590
public void NOFKPEJALBK()
{
this.DEGJHGHFDBI(this.AMNCIDFOEAF);
}
// Token: 0x06015408 RID: 87048 RVA: 0x005ED3A0 File Offset: 0x005EB5A0
public void EHLBALPGBIF(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(false);
this.importFriendsPanel.gameObject.SetActive(true);
this.friendRequestsSentPanel.gameObject.SetActive(true);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(false);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(!flag);
}
// Token: 0x06015409 RID: 87049 RVA: 0x005ED458 File Offset: 0x005EB658
public void DEGJHGHFDBI(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
this.importFriendsPanel.gameObject.SetActive(true);
this.friendRequestsSentPanel.gameObject.SetActive(false);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(!flag);
}
// Token: 0x0601540A RID: 87050 RVA: 0x005ED510 File Offset: 0x005EB710
public void JONPFPIPONL(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(false);
this.importFriendsPanel.gameObject.SetActive(false);
this.friendRequestsSentPanel.gameObject.SetActive(true);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(!flag);
}
// Token: 0x0601540B RID: 87051 RVA: 0x005ED5C8 File Offset: 0x005EB7C8
public void MJEEFOABGPA()
{
this.OMJHIKMBCLA(this.AMNCIDFOEAF);
}
// Token: 0x0601540C RID: 87052 RVA: 0x005ED5D8 File Offset: 0x005EB7D8
public void CDAEGLIHLDO(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
this.importFriendsPanel.gameObject.SetActive(false);
this.friendRequestsSentPanel.gameObject.SetActive(false);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(false);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(flag);
}
// Token: 0x0601540D RID: 87053 RVA: 0x005ED690 File Offset: 0x005EB890
public void UpdateUI(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(false);
this.importFriendsPanel.gameObject.SetActive(false);
this.friendRequestsSentPanel.gameObject.SetActive(false);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(true);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(!flag);
}
// Token: 0x0601540E RID: 87054 RVA: 0x005ED748 File Offset: 0x005EB948
public void CMOACDPMABG(List<EEBPLECPEGD> AILIBDCECFM)
{
this.noFriendsToImportPanel.gameObject.SetActive(false);
this.importFriendsPanel.gameObject.SetActive(true);
this.friendRequestsSentPanel.gameObject.SetActive(true);
this.AMNCIDFOEAF = AILIBDCECFM;
if (this.AMNCIDFOEAF.Count == 0)
{
this.noFriendsToImportPanel.gameObject.SetActive(false);
return;
}
IEnumerable<EEBPLECPEGD> amncidfoeaf = this.AMNCIDFOEAF;
if (ImportFriendsPanelControl.MODKICCBMGC == null)
{
ImportFriendsPanelControl.MODKICCBMGC = new Func<EEBPLECPEGD, bool>(NNGFEGAEJPG.NMKGGNNEIDC);
}
bool flag = amncidfoeaf.Any(ImportFriendsPanelControl.MODKICCBMGC);
this.importFriendsPanel.gameObject.SetActive(flag);
this.friendRequestsSentPanel.gameObject.SetActive(flag);
}
// Token: 0x0601540F RID: 87055 RVA: 0x005ED800 File Offset: 0x005EBA00
public void DKCOGDFNPFI()
{
this.EHLBALPGBIF(this.AMNCIDFOEAF);
}
// Token: 0x04003AA0 RID: 15008
[SerializeField]
private Text importFriendsButtonText;
// Token: 0x04003AA1 RID: 15009
[SerializeField]
private RectTransform importFriendsPanel;
// Token: 0x04003AA2 RID: 15010
[SerializeField]
private RectTransform friendRequestsSentPanel;
// Token: 0x04003AA3 RID: 15011
[SerializeField]
private RectTransform noFriendsToImportPanel;
// Token: 0x04003AA4 RID: 15012
private List<EEBPLECPEGD> AMNCIDFOEAF;
// Token: 0x04003AA5 RID: 15013
[CompilerGenerated]
private static Func<EEBPLECPEGD, bool> MODKICCBMGC;
}