oh dear
This commit is contained in:
@@ -0,0 +1,113 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RRUI.Data
|
||||
{
|
||||
// Token: 0x02000E7A RID: 3706
|
||||
[Token(Token = "0x2000E7A")]
|
||||
public class SplitTestingModel : RRUIModel
|
||||
{
|
||||
// Token: 0x17000EEB RID: 3819
|
||||
// (get) Token: 0x06005611 RID: 22033 RVA: 0x00134B10 File Offset: 0x00132D10
|
||||
[Token(Token = "0x17000EEB")]
|
||||
protected override bool PHGOLNMDJLH
|
||||
{
|
||||
[Token(Token = "0x6005611")]
|
||||
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "12")]
|
||||
get
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005612 RID: 22034 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6005612")]
|
||||
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "22")]
|
||||
protected override void AHFKACICJNC()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06005613 RID: 22035 RVA: 0x00134B20 File Offset: 0x00132D20
|
||||
[Token(Token = "0x6005613")]
|
||||
[Address(RVA = "0xF9A6C0", Offset = "0xF994C0", VA = "0x180F9A6C0", Slot = "26")]
|
||||
protected override DABKFAIHBBP GLPJPIEOLDF()
|
||||
{
|
||||
return JJEKJGALHKO.<EIDHKJMHBEC>k__BackingField;
|
||||
}
|
||||
|
||||
// Token: 0x06005614 RID: 22036 RVA: 0x00134B34 File Offset: 0x00132D34
|
||||
[Token(Token = "0x6005614")]
|
||||
[Address(RVA = "0xF9A7D0", Offset = "0xF995D0", VA = "0x180F9A7D0")]
|
||||
public bool IsExperimentSegmentActive(string LMKLAOILAFD, string EPDHDOFPFCO)
|
||||
{
|
||||
return SingletonMonoBehaviour.ONCPNMDGGKG.IsExperimentSegmentActive(LMKLAOILAFD, EPDHDOFPFCO);
|
||||
}
|
||||
|
||||
// Token: 0x06005615 RID: 22037 RVA: 0x00134B54 File Offset: 0x00132D54
|
||||
[Token(Token = "0x6005615")]
|
||||
[Address(RVA = "0xF9A760", Offset = "0xF99560", VA = "0x180F9A760")]
|
||||
public string GetExperimentSegment(string LMKLAOILAFD)
|
||||
{
|
||||
return SingletonMonoBehaviour.ONCPNMDGGKG.GetExperimentSegment(LMKLAOILAFD);
|
||||
}
|
||||
|
||||
// Token: 0x06005616 RID: 22038 RVA: 0x00134B74 File Offset: 0x00132D74
|
||||
[Token(Token = "0x6005616")]
|
||||
[Address(RVA = "0xF9A850", Offset = "0xF99650", VA = "0x180F9A850")]
|
||||
public bool TryGetExperimentDisplayPriorityMap(string LMKLAOILAFD, out Dictionary<string, int> FLLHBFDLKGC)
|
||||
{
|
||||
int num = 0;
|
||||
FLLHBFDLKGC.buckets = num;
|
||||
if (SingletonMonoBehaviour.ONCPNMDGGKG.GetExperimentSegment(LMKLAOILAFD) == 0)
|
||||
{
|
||||
num += num;
|
||||
num++;
|
||||
JIMCFNAHGJE jimcfnahgje;
|
||||
if (jimcfnahgje != 0)
|
||||
{
|
||||
Dictionary<string, int> dictionary = new Dictionary();
|
||||
FLLHBFDLKGC.buckets = dictionary;
|
||||
char[] array = new char[1];
|
||||
uint num2;
|
||||
num2 += num2;
|
||||
uint num3;
|
||||
array[0] = (char)num3;
|
||||
string[] array2;
|
||||
int length = array2.Length;
|
||||
if (num < length)
|
||||
{
|
||||
string text;
|
||||
uint num4;
|
||||
string[] array3 = text.Split(new char[] { (char)num4 });
|
||||
if (array3.Length == 2)
|
||||
{
|
||||
string text2 = array3[0].Trim();
|
||||
string text3 = array3[1].Trim();
|
||||
if (int.TryParse(text3, num))
|
||||
{
|
||||
num++;
|
||||
}
|
||||
string text4 = "Failed to parse priority " + text3 + " for id " + text2;
|
||||
}
|
||||
string text5;
|
||||
Debug.LogWarning("Failed to parse priority mapping " + text5);
|
||||
num++;
|
||||
}
|
||||
}
|
||||
string text6;
|
||||
Debug.LogWarning(text6);
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06005617 RID: 22039 RVA: 0x00134C70 File Offset: 0x00132E70
|
||||
[Token(Token = "0x6005617")]
|
||||
[Address(RVA = "0xF6A2D0", Offset = "0xF690D0", VA = "0x180F6A2D0")]
|
||||
public SplitTestingModel()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user