197 lines
7.0 KiB
C#
197 lines
7.0 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Photon.Pun;
|
|
using Photon.Realtime;
|
|
using RecRoom.Networking.SynchronizedFields;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200063C RID: 1596
|
|
[Token(Token = "0x200063C")]
|
|
[DefaultMember("Item")]
|
|
[StructLayout(3)]
|
|
public class DCKGNCNCNJD<T> : SynchronizedField<T[]>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
|
|
{
|
|
// Token: 0x06002E54 RID: 11860 RVA: 0x000C1694 File Offset: 0x000BF894
|
|
[Token(Token = "0x6002E54")]
|
|
[Address(RVA = "0x1E1B5F0", Offset = "0x1E19FF0", VA = "0x181E1B5F0")]
|
|
public DCKGNCNCNJD(MonoBehaviourPun component, Photon.Realtime.Player player, string key, SetterPermissionMode permissionMode, [Optional] Action callback)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06002E55 RID: 11861 RVA: 0x000C16A8 File Offset: 0x000BF8A8
|
|
[Token(Token = "0x6002E55")]
|
|
[Address(RVA = "0x1E1B870", Offset = "0x1E1A270", VA = "0x181E1B870")]
|
|
public DCKGNCNCNJD(MonoBehaviourPun component, string key, SetterPermissionMode permissionMode, [Optional] Action callback)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06002E56 RID: 11862 RVA: 0x000C16C0 File Offset: 0x000BF8C0
|
|
[Token(Token = "0x6002E56")]
|
|
[Address(RVA = "0x1E1B730", Offset = "0x1E1A130", VA = "0x181E1B730")]
|
|
public DCKGNCNCNJD(MonoBehaviourPun component, string key, T defaultValue, SetterPermissionMode permissionMode, bool enforceInitialValue, [Optional] Action callback)
|
|
{
|
|
}
|
|
|
|
// Token: 0x1700081E RID: 2078
|
|
// (get) Token: 0x06002E57 RID: 11863 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x1700081E")]
|
|
public int MEPGPGKFENE
|
|
{
|
|
[Token(Token = "0x6002E57")]
|
|
[Address(RVA = "0x1E1B9A0", Offset = "0x1E1A3A0", VA = "0x181E1B9A0", Slot = "15")]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700081F RID: 2079
|
|
// (get) Token: 0x06002E58 RID: 11864 RVA: 0x000C16D4 File Offset: 0x000BF8D4
|
|
[Token(Token = "0x1700081F")]
|
|
bool ICollection<T>.IPPLFDEGEKK
|
|
{
|
|
[Token(Token = "0x6002E58")]
|
|
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "16")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002E59 RID: 11865 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6002E59")]
|
|
[Address(RVA = "0x1E1AB70", Offset = "0x1E19570", VA = "0x181E1AB70", Slot = "17")]
|
|
public void Add(T FMDLBNOKCBG)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002E5A RID: 11866 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6002E5A")]
|
|
[Address(RVA = "0x1E1B150", Offset = "0x1E19B50", VA = "0x181E1B150", Slot = "13")]
|
|
public void Insert(int EFBDCIJMFGD, T FMDLBNOKCBG)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002E5B RID: 11867 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6002E5B")]
|
|
[Address(RVA = "0x1E1B3A0", Offset = "0x1E19DA0", VA = "0x181E1B3A0", Slot = "14")]
|
|
public void RemoveAt(int EFBDCIJMFGD)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002E5C RID: 11868 RVA: 0x000C16E4 File Offset: 0x000BF8E4
|
|
[Token(Token = "0x6002E5C")]
|
|
[Address(RVA = "0x1E1B420", Offset = "0x1E19E20", VA = "0x181E1B420", Slot = "21")]
|
|
public bool Remove(T OHFNOHEFLHD)
|
|
{
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06002E5D RID: 11869 RVA: 0x000C16FC File Offset: 0x000BF8FC
|
|
[Token(Token = "0x6002E5D")]
|
|
[Address(RVA = "0x1E1AD40", Offset = "0x1E19740", VA = "0x181E1AD40", Slot = "18")]
|
|
public void Clear()
|
|
{
|
|
((IDisposable)this).Dispose();
|
|
}
|
|
|
|
// Token: 0x06002E5E RID: 11870 RVA: 0x000C1718 File Offset: 0x000BF918
|
|
[Token(Token = "0x6002E5E")]
|
|
[Address(RVA = "0x1E1AE30", Offset = "0x1E19830", VA = "0x181E1AE30", Slot = "19")]
|
|
public bool Contains(T IOBEPGLJNIP)
|
|
{
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06002E5F RID: 11871 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6002E5F")]
|
|
[Address(RVA = "0x1E1AEB0", Offset = "0x1E198B0", VA = "0x181E1AEB0", Slot = "20")]
|
|
public void CopyTo(T[] OPEBNMBKJJA, int JJBEHBJNJED)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002E60 RID: 11872 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6002E60")]
|
|
[Address(RVA = "0x1E1B0F0", Offset = "0x1E19AF0", VA = "0x181E1B0F0", Slot = "12")]
|
|
public int IndexOf(T IOBEPGLJNIP)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002E61 RID: 11873 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6002E61")]
|
|
[Address(RVA = "0x1E1B310", Offset = "0x1E19D10", VA = "0x181E1B310")]
|
|
public List<T> PKHFDCJDNFF()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x17000820 RID: 2080
|
|
// (get) Token: 0x06002E62 RID: 11874 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// (set) Token: 0x06002E63 RID: 11875 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x17000820")]
|
|
public T ACOEGFLBMEH
|
|
{
|
|
[Token(Token = "0x6002E62")]
|
|
[Address(RVA = "0x1E1BAA0", Offset = "0x1E1A4A0", VA = "0x181E1BAA0", Slot = "10")]
|
|
get
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
[Token(Token = "0x6002E63")]
|
|
[Address(RVA = "0x1E1BB90", Offset = "0x1E1A590", VA = "0x181E1BB90", Slot = "11")]
|
|
set
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06002E64 RID: 11876 RVA: 0x000C172C File Offset: 0x000BF92C
|
|
[Token(Token = "0x6002E64")]
|
|
[Address(RVA = "0x1E1AF00", Offset = "0x1E19900", VA = "0x181E1AF00", Slot = "22")]
|
|
public IEnumerator<T> GetEnumerator()
|
|
{
|
|
int num;
|
|
DCKGNCNCNJD.CGLFLJBJKNA cglfljbjkna = new DCKGNCNCNJD.CGLFLJBJKNA(num);
|
|
num = 0;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06002E65 RID: 11877 RVA: 0x000C1748 File Offset: 0x000BF948
|
|
[Token(Token = "0x6002E65")]
|
|
[Address(RVA = "0x1E1B510", Offset = "0x1E19F10", VA = "0x181E1B510", Slot = "23")]
|
|
IEnumerator IEnumerable.GetEnumerator()
|
|
{
|
|
((IDisposable)this).Dispose();
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06002E66 RID: 11878 RVA: 0x000C1760 File Offset: 0x000BF960
|
|
[Token(Token = "0x6002E66")]
|
|
[Address(RVA = "0x1E1ACD0", Offset = "0x1E196D0", VA = "0x181E1ACD0")]
|
|
private void CMLNEBJELKE()
|
|
{
|
|
Debug.LogError("You should not create SynchronizedDictionary with permission of ANYONE. This can lead to race conditions where data is lost");
|
|
}
|
|
|
|
// Token: 0x06002E67 RID: 11879 RVA: 0x0000220F File Offset: 0x0000040F
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x6002E67")]
|
|
[Address(RVA = "0x1E1B540", Offset = "0x1E19F40", VA = "0x181E1B540")]
|
|
static DCKGNCNCNJD()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0400273E RID: 10046
|
|
[Token(Token = "0x400273E")]
|
|
private static readonly T[] PADFKICDJLM;
|
|
}
|