107 lines
3.5 KiB
C#
107 lines
3.5 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x02001237 RID: 4663
|
|
[Token(Token = "0x2001237")]
|
|
[Serializable]
|
|
[StructLayout(0, Size = 4)]
|
|
public struct DepotId_t : IEquatable<DepotId_t>, IComparable<DepotId_t>
|
|
{
|
|
// Token: 0x0600710B RID: 28939 RVA: 0x001784C0 File Offset: 0x001766C0
|
|
[Token(Token = "0x600710B")]
|
|
[Address(RVA = "0x2DB0", Offset = "0x21B0", VA = "0x180002DB0")]
|
|
public DepotId_t(uint value)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600710C RID: 28940 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600710C")]
|
|
[Address(RVA = "0x242940", Offset = "0x241D40", VA = "0x180242940", Slot = "3")]
|
|
public override string ToString()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600710D RID: 28941 RVA: 0x001784D0 File Offset: 0x001766D0
|
|
[Token(Token = "0x600710D")]
|
|
[Address(RVA = "0x2434C0", Offset = "0x2428C0", VA = "0x1802434C0", 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: 0x0600710E RID: 28942 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x600710E")]
|
|
[Address(RVA = "0x18100", Offset = "0x17500", VA = "0x180018100", Slot = "2")]
|
|
public override int GetHashCode()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600710F RID: 28943 RVA: 0x001784F0 File Offset: 0x001766F0
|
|
[Token(Token = "0x600710F")]
|
|
[Address(RVA = "0x559420", Offset = "0x557E20", VA = "0x180559420")]
|
|
public static bool operator ==(DepotId_t x, DepotId_t y)
|
|
{
|
|
return x == y;
|
|
}
|
|
|
|
// Token: 0x06007110 RID: 28944 RVA: 0x00178504 File Offset: 0x00176704
|
|
[Token(Token = "0x6007110")]
|
|
[Address(RVA = "0x1D5FF30", Offset = "0x1D5E930", VA = "0x181D5FF30")]
|
|
public static bool operator !=(DepotId_t x, DepotId_t y)
|
|
{
|
|
uint depotId = y.m_DepotId;
|
|
return x.m_DepotId != depotId;
|
|
}
|
|
|
|
// Token: 0x06007111 RID: 28945 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007111")]
|
|
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
|
|
public static explicit operator DepotId_t(uint value)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06007112 RID: 28946 RVA: 0x00178524 File Offset: 0x00176724
|
|
[Token(Token = "0x6007112")]
|
|
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
|
|
public static explicit operator uint(DepotId_t that)
|
|
{
|
|
return that.m_DepotId;
|
|
}
|
|
|
|
// Token: 0x06007113 RID: 28947 RVA: 0x00178538 File Offset: 0x00176738
|
|
[Token(Token = "0x6007113")]
|
|
[Address(RVA = "0xD730", Offset = "0xCB30", VA = "0x18000D730", Slot = "4")]
|
|
public bool Equals(DepotId_t other)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x06007114 RID: 28948 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6007114")]
|
|
[Address(RVA = "0x2428B0", Offset = "0x241CB0", VA = "0x1802428B0", Slot = "5")]
|
|
public int CompareTo(DepotId_t other)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x040053C3 RID: 21443
|
|
[Token(Token = "0x40053C3")]
|
|
public static readonly DepotId_t Invalid;
|
|
|
|
// Token: 0x040053C4 RID: 21444
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x40053C4")]
|
|
public uint m_DepotId;
|
|
}
|
|
}
|