m
This commit is contained in:
@@ -0,0 +1,299 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.Runtime.CompilerServices;
|
||||
using CodeStage.AntiCheat.ObscuredTypes;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Core;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RRUI.Data
|
||||
{
|
||||
// Token: 0x02000C5D RID: 3165
|
||||
[Token(Token = "0x2000C5D")]
|
||||
public class EventModelController : ModelController<EventModel>, IOLLIDNPNNA
|
||||
{
|
||||
// Token: 0x06004D20 RID: 19744 RVA: 0x0011B074 File Offset: 0x00119274
|
||||
[Token(Token = "0x6004D20")]
|
||||
[Address(RVA = "0x173B570", Offset = "0x173A570", VA = "0x18173B570", Slot = "20")]
|
||||
public BAEJLDPBGFI GetToCardController()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06004D20)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling BAEJLDPBGFI RRUI.Data.EventModelController::GetToCardController()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
IL_1C:
|
||||
brtrue(IL_1C, cne:bool(ldloc:Type(var_0_0A), ldc.i4:int32[exp:Type](0)))
|
||||
}
|
||||
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
|
||||
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
||||
--- End of inner exception stack trace ---
|
||||
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
||||
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x06004D21 RID: 19745 RVA: 0x0011B0A0 File Offset: 0x001192A0
|
||||
[Token(Token = "0x6004D21")]
|
||||
[Address(RVA = "0x173B620", Offset = "0x173A620", VA = "0x18173B620")]
|
||||
public EventModelController()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x02000C5E RID: 3166
|
||||
[Token(Token = "0x2000C5E")]
|
||||
[Serializable]
|
||||
private class NameImpl : TextControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x06004D22 RID: 19746 RVA: 0x0011B0B4 File Offset: 0x001192B4
|
||||
[Token(Token = "0x6004D22")]
|
||||
[Address(RVA = "0x1749F90", Offset = "0x1748F90", VA = "0x181749F90", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06004D23 RID: 19747 RVA: 0x0011B0C8 File Offset: 0x001192C8
|
||||
[Token(Token = "0x6004D23")]
|
||||
[Address(RVA = "0x174A010", Offset = "0x1749010", VA = "0x18174A010")]
|
||||
public NameImpl()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x02000C5F RID: 3167
|
||||
[Token(Token = "0x2000C5F")]
|
||||
[Serializable]
|
||||
private class CreatorAccountUsernameTextImpl : TextControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x06004D24 RID: 19748 RVA: 0x0011B0DC File Offset: 0x001192DC
|
||||
[Token(Token = "0x6004D24")]
|
||||
[Address(RVA = "0x1739380", Offset = "0x1738380", VA = "0x181739380", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
int num = 0;
|
||||
if (num != 0)
|
||||
{
|
||||
string text = "@" + num;
|
||||
}
|
||||
bool subscribeToDefaultModelEvents = ((MIGKLLCFKNJ)this).OFMCMEJOOJN;
|
||||
}
|
||||
|
||||
// Token: 0x06004D25 RID: 19749 RVA: 0x0011B108 File Offset: 0x00119308
|
||||
[Token(Token = "0x6004D25")]
|
||||
[Address(RVA = "0x1739430", Offset = "0x1738430", VA = "0x181739430")]
|
||||
public CreatorAccountUsernameTextImpl()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x02000C60 RID: 3168
|
||||
[Token(Token = "0x2000C60")]
|
||||
[Serializable]
|
||||
private class DescriptionImpl : TextControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x06004D26 RID: 19750 RVA: 0x0011B11C File Offset: 0x0011931C
|
||||
[Token(Token = "0x6004D26")]
|
||||
[Address(RVA = "0x1739470", Offset = "0x1738470", VA = "0x181739470", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06004D27 RID: 19751 RVA: 0x0011B130 File Offset: 0x00119330
|
||||
[Token(Token = "0x6004D27")]
|
||||
[Address(RVA = "0x17394F0", Offset = "0x17384F0", VA = "0x1817394F0")]
|
||||
public DescriptionImpl()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x02000C61 RID: 3169
|
||||
[Token(Token = "0x2000C61")]
|
||||
[Serializable]
|
||||
private class StartTimeImpl : TextControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x06004D28 RID: 19752 RVA: 0x0011B144 File Offset: 0x00119344
|
||||
[Token(Token = "0x6004D28")]
|
||||
[Address(RVA = "0x174D380", Offset = "0x174C380", VA = "0x18174D380", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
if (typeof(string).TypeHandle != 0 && 0 != 0)
|
||||
{
|
||||
CultureInfo currentCulture = CultureInfo.CurrentCulture;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06004D29 RID: 19753 RVA: 0x0011B16C File Offset: 0x0011936C
|
||||
[Token(Token = "0x6004D29")]
|
||||
[Address(RVA = "0x174D4B0", Offset = "0x174C4B0", VA = "0x18174D4B0")]
|
||||
public StartTimeImpl()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x02000C62 RID: 3170
|
||||
[Token(Token = "0x2000C62")]
|
||||
[Serializable]
|
||||
private class EndTimeImpl : TextControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x06004D2A RID: 19754 RVA: 0x0011B180 File Offset: 0x00119380
|
||||
[Token(Token = "0x6004D2A")]
|
||||
[Address(RVA = "0x173A340", Offset = "0x1739340", VA = "0x18173A340", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
if (typeof(string).TypeHandle != 0 && 0 != 0)
|
||||
{
|
||||
CultureInfo currentCulture = CultureInfo.CurrentCulture;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06004D2B RID: 19755 RVA: 0x0011B1A8 File Offset: 0x001193A8
|
||||
[Token(Token = "0x6004D2B")]
|
||||
[Address(RVA = "0x173A470", Offset = "0x1739470", VA = "0x18173A470")]
|
||||
public EndTimeImpl()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x02000C63 RID: 3171
|
||||
[Token(Token = "0x2000C63")]
|
||||
[Serializable]
|
||||
private class MainImageImpl : RecNetRawImageControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x06004D2C RID: 19756 RVA: 0x0011B1BC File Offset: 0x001193BC
|
||||
[Token(Token = "0x6004D2C")]
|
||||
[Address(RVA = "0x1749EC0", Offset = "0x1748EC0", VA = "0x181749EC0", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06004D2D RID: 19757 RVA: 0x0011B1D4 File Offset: 0x001193D4
|
||||
[Token(Token = "0x6004D2D")]
|
||||
[Address(RVA = "0x1749F40", Offset = "0x1748F40", VA = "0x181749F40")]
|
||||
public MainImageImpl()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x02000C64 RID: 3172
|
||||
[Token(Token = "0x2000C64")]
|
||||
[Serializable]
|
||||
private class Shim_NavigateToOldWatchEventDetailsButtonImpl : ButtonControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x06004D2E RID: 19758 RVA: 0x0011B1E8 File Offset: 0x001193E8
|
||||
[Token(Token = "0x6004D2E")]
|
||||
[Address(RVA = "0x174C3D0", Offset = "0x174B3D0", VA = "0x18174C3D0", Slot = "27")]
|
||||
protected override void DMAHGBLDMFA()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06004D2F RID: 19759 RVA: 0x0011B1FC File Offset: 0x001193FC
|
||||
[Token(Token = "0x6004D2F")]
|
||||
[Address(RVA = "0x174C430", Offset = "0x174B430", VA = "0x18174C430", Slot = "29")]
|
||||
protected override void IKNMALNFPII()
|
||||
{
|
||||
Action<IOFNNFFJIAN> action = new Action(WatchUI.BFPPPLIJIGC.ShowEventDetails);
|
||||
}
|
||||
|
||||
// Token: 0x06004D30 RID: 19760 RVA: 0x0011B224 File Offset: 0x00119424
|
||||
[Token(Token = "0x6004D30")]
|
||||
[Address(RVA = "0x174C550", Offset = "0x174B550", VA = "0x18174C550")]
|
||||
public Shim_NavigateToOldWatchEventDetailsButtonImpl()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040038ED RID: 14573
|
||||
[FieldOffset(Offset = "0x38")]
|
||||
[Token(Token = "0x40038ED")]
|
||||
[SerializeField]
|
||||
[Tooltip("Source tag passed to amplitude events taken in the UI pushed by this controller.")]
|
||||
private string amplitudeCommandContext;
|
||||
}
|
||||
|
||||
// Token: 0x02000C65 RID: 3173
|
||||
[Token(Token = "0x2000C65")]
|
||||
[Serializable]
|
||||
private class ToCardImpl : ToCardControllerImpl<EventModel>
|
||||
{
|
||||
// Token: 0x17000DEE RID: 3566
|
||||
// (get) Token: 0x06004D31 RID: 19761 RVA: 0x0011B238 File Offset: 0x00119438
|
||||
[Token(Token = "0x17000DEE")]
|
||||
protected override GALEIGFHNBB CardData
|
||||
{
|
||||
[Token(Token = "0x6004D31")]
|
||||
[Address(RVA = "0x174EE30", Offset = "0x174DE30", VA = "0x18174EE30", Slot = "76")]
|
||||
get
|
||||
{
|
||||
int num = 0;
|
||||
GALEIGFHNBB galeigfhnbb = new GALEIGFHNBB();
|
||||
if (galeigfhnbb.<IKEOPMLJEGG>k__BackingField != 0)
|
||||
{
|
||||
}
|
||||
galeigfhnbb.<GJINGNPBMOF>k__BackingField = num;
|
||||
if (num != 0)
|
||||
{
|
||||
}
|
||||
galeigfhnbb.<BFDIBJOMOMM>k__BackingField = num;
|
||||
if (galeigfhnbb != 0)
|
||||
{
|
||||
}
|
||||
string text = ObscuredString.FAJDMKOEFLH(num);
|
||||
int num2 = 0;
|
||||
if (string.IsNullOrEmpty(text))
|
||||
{
|
||||
string empty = string.Empty;
|
||||
}
|
||||
string text2 = string.Format("@{0}", num2);
|
||||
galeigfhnbb.<DKPKBGEABHC>k__BackingField = text2;
|
||||
if (CardsConfig.Instance.room.communityPlaylistIcon != 0)
|
||||
{
|
||||
}
|
||||
string text3;
|
||||
galeigfhnbb.<EEAGJCIHELJ>k__BackingField = text3;
|
||||
CardsConfig instance = CardsConfig.Instance;
|
||||
Action action = new Action(this.MEHKJFGIKOC);
|
||||
galeigfhnbb.<OBKDGIJGGFF>k__BackingField = action;
|
||||
if (action != 0)
|
||||
{
|
||||
bool method_is_virtual = action.method_is_virtual;
|
||||
bool flag;
|
||||
if (flag)
|
||||
{
|
||||
string text4 = "Now";
|
||||
bool flag2;
|
||||
if (!flag2)
|
||||
{
|
||||
text4 = "Today";
|
||||
}
|
||||
galeigfhnbb.<FOIMMDBIEMM>k__BackingField = text4;
|
||||
}
|
||||
}
|
||||
return galeigfhnbb;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06004D32 RID: 19762 RVA: 0x0011B310 File Offset: 0x00119510
|
||||
[Token(Token = "0x6004D32")]
|
||||
[Address(RVA = "0x174EDF0", Offset = "0x174DDF0", VA = "0x18174EDF0")]
|
||||
public ToCardImpl()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06004D33 RID: 19763 RVA: 0x0011B324 File Offset: 0x00119524
|
||||
[Token(Token = "0x6004D33")]
|
||||
[Address(RVA = "0x174ECD0", Offset = "0x174DCD0", VA = "0x18174ECD0")]
|
||||
[CompilerGenerated]
|
||||
private void MEHKJFGIKOC()
|
||||
{
|
||||
Action<IOFNNFFJIAN> action = new Action(WatchUI.BFPPPLIJIGC.ShowEventDetails);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user