using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace Steamworks { // Token: 0x02001228 RID: 4648 [Token(Token = "0x2001228")] [Serializable] [StructLayout(0, Size = 8)] public struct SteamInventoryUpdateHandle_t : IEquatable, IComparable { // Token: 0x0600706C RID: 28780 RVA: 0x00177D3C File Offset: 0x00175F3C [Token(Token = "0x600706C")] [Address(RVA = "0x8F30", Offset = "0x8330", VA = "0x180008F30")] public SteamInventoryUpdateHandle_t(ulong value) { } // Token: 0x0600706D RID: 28781 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600706D")] [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: 0x0600706E RID: 28782 RVA: 0x00177D4C File Offset: 0x00175F4C [Token(Token = "0x600706E")] [Address(RVA = "0x366320", Offset = "0x365720", VA = "0x180366320", 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: 0x0600706F RID: 28783 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600706F")] [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: 0x06007070 RID: 28784 RVA: 0x00177D6C File Offset: 0x00175F6C [Token(Token = "0x6007070")] [Address(RVA = "0x6D5EF0", Offset = "0x6D48F0", VA = "0x1806D5EF0")] public static bool operator ==(SteamInventoryUpdateHandle_t x, SteamInventoryUpdateHandle_t y) { return x == y; } // Token: 0x06007071 RID: 28785 RVA: 0x00177D80 File Offset: 0x00175F80 [Token(Token = "0x6007071")] [Address(RVA = "0x2A90840", Offset = "0x2A8F240", VA = "0x182A90840")] public static bool operator !=(SteamInventoryUpdateHandle_t x, SteamInventoryUpdateHandle_t y) { return x != y; } // Token: 0x06007072 RID: 28786 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007072")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator SteamInventoryUpdateHandle_t(ulong value) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06007073 RID: 28787 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007073")] [Address(RVA = "0x518E70", Offset = "0x517870", VA = "0x180518E70")] public static explicit operator ulong(SteamInventoryUpdateHandle_t that) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06007074 RID: 28788 RVA: 0x00177D94 File Offset: 0x00175F94 [Token(Token = "0x6007074")] [Address(RVA = "0x28570", Offset = "0x27970", VA = "0x180028570", Slot = "4")] public bool Equals(SteamInventoryUpdateHandle_t other) { bool flag; return flag; } // Token: 0x06007075 RID: 28789 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6007075")] [Address(RVA = "0x231AF0", Offset = "0x230EF0", VA = "0x180231AF0", Slot = "5")] public int CompareTo(SteamInventoryUpdateHandle_t other) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x040053AA RID: 21418 [Token(Token = "0x40053AA")] public static readonly SteamInventoryUpdateHandle_t Invalid; // Token: 0x040053AB RID: 21419 [global::Cpp2IlInjected.FieldOffset(Offset = "0x0")] [Token(Token = "0x40053AB")] public ulong m_SteamInventoryUpdateHandle; } }