using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace Steamworks { // Token: 0x0200123B RID: 4667 [Token(Token = "0x200123B")] [Serializable] [StructLayout(0, Size = 8)] public struct SiteId_t : IEquatable, IComparable { // Token: 0x06007136 RID: 28982 RVA: 0x001786C4 File Offset: 0x001768C4 [Token(Token = "0x6007136")] [Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")] public SiteId_t(ulong value) { } // Token: 0x06007137 RID: 28983 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007137")] [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: 0x06007138 RID: 28984 RVA: 0x001786D4 File Offset: 0x001768D4 [Token(Token = "0x6007138")] [Address(RVA = "0x363570", Offset = "0x362970", VA = "0x180363570", 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: 0x06007139 RID: 28985 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007139")] [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: 0x0600713A RID: 28986 RVA: 0x001786F4 File Offset: 0x001768F4 [Token(Token = "0x600713A")] [Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")] public static bool operator ==(SiteId_t x, SiteId_t y) { return x == y; } // Token: 0x0600713B RID: 28987 RVA: 0x00178708 File Offset: 0x00176908 [Token(Token = "0x600713B")] [Address(RVA = "0x2A186F0", Offset = "0x2A170F0", VA = "0x182A186F0")] public static bool operator !=(SiteId_t x, SiteId_t y) { return x != y; } // Token: 0x0600713C RID: 28988 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600713C")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator SiteId_t(ulong value) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600713D RID: 28989 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600713D")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ulong(SiteId_t that) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600713E RID: 28990 RVA: 0x0017871C File Offset: 0x0017691C [Token(Token = "0x600713E")] [Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")] public bool Equals(SiteId_t other) { bool flag; return flag; } // Token: 0x0600713F RID: 28991 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600713F")] [Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")] public int CompareTo(SiteId_t other) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x040053CA RID: 21450 [Token(Token = "0x40053CA")] public static readonly SiteId_t Invalid; // Token: 0x040053CB RID: 21451 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40053CB")] public ulong m_SiteId; } }