using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace Steamworks { // Token: 0x02001238 RID: 4664 [Token(Token = "0x2001238")] [Serializable] [StructLayout(0, Size = 8)] public struct ManifestId_t : IEquatable, IComparable { // Token: 0x06007116 RID: 28950 RVA: 0x00178558 File Offset: 0x00176758 [Token(Token = "0x6007116")] [Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")] public ManifestId_t(ulong value) { } // Token: 0x06007117 RID: 28951 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007117")] [Address(RVA = "0x231BC0", Offset = "0x230FC0", VA = "0x180231BC0", Slot = "3")] public override string ToString() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06007118 RID: 28952 RVA: 0x00178568 File Offset: 0x00176768 [Token(Token = "0x6007118")] [Address(RVA = "0x32F030", Offset = "0x32E430", VA = "0x18032F030", Slot = "0")] public override bool Equals(object other) { if (other != 0 && other != 0) { return (ref this) == "{il2cpp field on {'constant15' (constant value of type Cpp2IL.Core.Analysis.ResultModels.LocalPointer)}, offset 0x0}"; } } // Token: 0x06007119 RID: 28953 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007119")] [Address(RVA = "0x231BB0", Offset = "0x230FB0", VA = "0x180231BB0", Slot = "2")] public override int GetHashCode() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600711A RID: 28954 RVA: 0x00178588 File Offset: 0x00176788 [Token(Token = "0x600711A")] [Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")] public static bool operator ==(ManifestId_t x, ManifestId_t y) { return x == y; } // Token: 0x0600711B RID: 28955 RVA: 0x0017859C File Offset: 0x0017679C [Token(Token = "0x600711B")] [Address(RVA = "0x248D1A0", Offset = "0x248BBA0", VA = "0x18248D1A0")] public static bool operator !=(ManifestId_t x, ManifestId_t y) { return x != y; } // Token: 0x0600711C RID: 28956 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600711C")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ManifestId_t(ulong value) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600711D RID: 28957 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600711D")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ulong(ManifestId_t that) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600711E RID: 28958 RVA: 0x001785B0 File Offset: 0x001767B0 [Token(Token = "0x600711E")] [Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")] public bool Equals(ManifestId_t other) { bool flag; return flag; } // Token: 0x0600711F RID: 28959 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600711F")] [Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")] public int CompareTo(ManifestId_t other) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x040053C5 RID: 21445 [Token(Token = "0x40053C5")] public static readonly ManifestId_t Invalid; // Token: 0x040053C6 RID: 21446 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40053C6")] public ulong m_ManifestId; } }