a
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Avatars.Data.Shared;
|
||||
|
||||
// Token: 0x0200238B RID: 9099
|
||||
[Token(Token = "0x200238B")]
|
||||
internal struct PNKGIAOKJJH : IEquatable<PNKGIAOKJJH>
|
||||
{
|
||||
// Token: 0x0600E9FD RID: 59901 RVA: 0x0035D964 File Offset: 0x0035BB64
|
||||
[Token(Token = "0x600E9FD")]
|
||||
[Address(RVA = "0xCF7F80", Offset = "0xCF6D80", VA = "0x180CF7F80")]
|
||||
public PNKGIAOKJJH(Player.GAHEJKDCLLE NMKAKHOEMGB, int LCIHBICGJIL, [Optional] OutfitType? BHBFNGIIKIM)
|
||||
{
|
||||
this.HECJOOCGPLM = NMKAKHOEMGB;
|
||||
this.JCLFAPMCPMC = BHBFNGIIKIM;
|
||||
this.BHAGCAHHAJD = LCIHBICGJIL;
|
||||
}
|
||||
|
||||
// Token: 0x0600E9FE RID: 59902 RVA: 0x0035D988 File Offset: 0x0035BB88
|
||||
[Token(Token = "0x600E9FE")]
|
||||
[Address(RVA = "0xCF7EE0", Offset = "0xCF6CE0", VA = "0x180CF7EE0", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
OutfitType? jclfapmcpmc = this.JCLFAPMCPMC;
|
||||
int bhagcahhajd = this.BHAGCAHHAJD;
|
||||
string text;
|
||||
return text;
|
||||
}
|
||||
|
||||
// Token: 0x0600E9FF RID: 59903 RVA: 0x0035D9A4 File Offset: 0x0035BBA4
|
||||
[Token(Token = "0x600E9FF")]
|
||||
[Address(RVA = "0x69AF70", Offset = "0x699D70", VA = "0x18069AF70")]
|
||||
public bool GHODPGKPLGO(Player.GAHEJKDCLLE NMKAKHOEMGB)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x0600EA00 RID: 59904 RVA: 0x0035D9B4 File Offset: 0x0035BBB4
|
||||
[Token(Token = "0x600EA00")]
|
||||
[Address(RVA = "0xCF7E00", Offset = "0xCF6C00", VA = "0x180CF7E00")]
|
||||
public bool FKBCODMDMAP(OutfitType? BHBFNGIIKIM)
|
||||
{
|
||||
OutfitType? jclfapmcpmc = this.JCLFAPMCPMC;
|
||||
bool flag = jclfapmcpmc == BHBFNGIIKIM;
|
||||
if (jclfapmcpmc == BHBFNGIIKIM != flag)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EA01 RID: 59905 RVA: 0x0035D9D8 File Offset: 0x0035BBD8
|
||||
[Token(Token = "0x600EA01")]
|
||||
[Address(RVA = "0xCF7CC0", Offset = "0xCF6AC0", VA = "0x180CF7CC0", Slot = "4")]
|
||||
public bool Equals(PNKGIAOKJJH HPKICPNGMDJ)
|
||||
{
|
||||
bool flag;
|
||||
if (flag)
|
||||
{
|
||||
bool flag2;
|
||||
return flag2;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EA02 RID: 59906 RVA: 0x0035D9EC File Offset: 0x0035BBEC
|
||||
[Token(Token = "0x600EA02")]
|
||||
[Address(RVA = "0xCF7D20", Offset = "0xCF6B20", VA = "0x180CF7D20", Slot = "0")]
|
||||
public override bool Equals(object NLNHFEEMFBN)
|
||||
{
|
||||
bool flag;
|
||||
if (NLNHFEEMFBN != 0 && NLNHFEEMFBN != 0 && flag)
|
||||
{
|
||||
bool flag2;
|
||||
return flag2;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600EA03 RID: 59907 RVA: 0x0035DA0C File Offset: 0x0035BC0C
|
||||
[Token(Token = "0x600EA03")]
|
||||
[Address(RVA = "0xCF7E80", Offset = "0xCF6C80", VA = "0x180CF7E80", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (0600EA03)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 PNKGIAOKJJH::GetHashCode()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:valuetype [mscorlib]System.Nullable`1<valuetype RecRoom.Avatars.Data.Shared.OutfitType>(var_0_06, ldfld:valuetype [mscorlib]System.Nullable`1<valuetype RecRoom.Avatars.Data.Shared.OutfitType>(PNKGIAOKJJH::JCLFAPMCPMC, ldloc:valuetype PNKGIAOKJJH&(this)))
|
||||
stloc:int64(var_1_0F, mul:uint32[exp:int64](ldc.i4:uint32(0), conv.u4:uint32(ldc.i4:int32[exp:uint32](397))))
|
||||
}
|
||||
|
||||
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.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 1660
|
||||
*/;
|
||||
}
|
||||
|
||||
// Token: 0x04009A55 RID: 39509
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4009A55")]
|
||||
public readonly Player.GAHEJKDCLLE HECJOOCGPLM;
|
||||
|
||||
// Token: 0x04009A56 RID: 39510
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x4")]
|
||||
[Token(Token = "0x4009A56")]
|
||||
public readonly OutfitType? JCLFAPMCPMC;
|
||||
|
||||
// Token: 0x04009A57 RID: 39511
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC")]
|
||||
[Token(Token = "0x4009A57")]
|
||||
public readonly int BHAGCAHHAJD;
|
||||
}
|
||||
Reference in New Issue
Block a user