a
This commit is contained in:
@@ -0,0 +1,108 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x02001846 RID: 6214
|
||||
[Token(Token = "0x2001846")]
|
||||
[Serializable]
|
||||
public struct SteamInventoryResult_t : IEquatable<SteamInventoryResult_t>, IComparable<SteamInventoryResult_t>
|
||||
{
|
||||
// Token: 0x06008FDA RID: 36826 RVA: 0x001D94C4 File Offset: 0x001D76C4
|
||||
[Token(Token = "0x6008FDA")]
|
||||
[Address(RVA = "0x724F70", Offset = "0x723D70", VA = "0x180724F70")]
|
||||
public SteamInventoryResult_t(int value)
|
||||
{
|
||||
this.m_SteamInventoryResult = value;
|
||||
}
|
||||
|
||||
// Token: 0x06008FDB RID: 36827 RVA: 0x001D94D8 File Offset: 0x001D76D8
|
||||
[Token(Token = "0x6008FDB")]
|
||||
[Address(RVA = "0x1650090", Offset = "0x164EE90", VA = "0x181650090", Slot = "3")]
|
||||
public override string ToString()
|
||||
{
|
||||
string text;
|
||||
return text;
|
||||
}
|
||||
|
||||
// Token: 0x06008FDC RID: 36828 RVA: 0x001D94E8 File Offset: 0x001D76E8
|
||||
[Token(Token = "0x6008FDC")]
|
||||
[Address(RVA = "0x1A903A0", Offset = "0x1A8F1A0", VA = "0x181A903A0", Slot = "0")]
|
||||
public override bool Equals(object other)
|
||||
{
|
||||
if (other != 0 && other != 0)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008FDD RID: 36829 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6008FDD")]
|
||||
[Address(RVA = "0x164A950", Offset = "0x1649750", VA = "0x18164A950", Slot = "2")]
|
||||
public override int GetHashCode()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06008FDE RID: 36830 RVA: 0x001D9500 File Offset: 0x001D7700
|
||||
[Token(Token = "0x6008FDE")]
|
||||
[Address(RVA = "0x164A970", Offset = "0x1649770", VA = "0x18164A970")]
|
||||
public static bool operator ==(SteamInventoryResult_t x, SteamInventoryResult_t y)
|
||||
{
|
||||
return x == y;
|
||||
}
|
||||
|
||||
// Token: 0x06008FDF RID: 36831 RVA: 0x001D9514 File Offset: 0x001D7714
|
||||
[Token(Token = "0x6008FDF")]
|
||||
[Address(RVA = "0x1A90490", Offset = "0x1A8F290", VA = "0x181A90490")]
|
||||
public static bool operator !=(SteamInventoryResult_t x, SteamInventoryResult_t y)
|
||||
{
|
||||
int steamInventoryResult = y.m_SteamInventoryResult;
|
||||
return x.m_SteamInventoryResult != steamInventoryResult;
|
||||
}
|
||||
|
||||
// Token: 0x06008FE0 RID: 36832 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6008FE0")]
|
||||
[Address(RVA = "0x8DB900", Offset = "0x8DA700", VA = "0x1808DB900")]
|
||||
public static explicit operator SteamInventoryResult_t(int value)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06008FE1 RID: 36833 RVA: 0x001D9534 File Offset: 0x001D7734
|
||||
[Token(Token = "0x6008FE1")]
|
||||
[Address(RVA = "0x8DB900", Offset = "0x8DA700", VA = "0x1808DB900")]
|
||||
public static explicit operator int(SteamInventoryResult_t that)
|
||||
{
|
||||
return that.m_SteamInventoryResult;
|
||||
}
|
||||
|
||||
// Token: 0x06008FE2 RID: 36834 RVA: 0x001D9548 File Offset: 0x001D7748
|
||||
[Token(Token = "0x6008FE2")]
|
||||
[Address(RVA = "0x69AF70", Offset = "0x699D70", VA = "0x18069AF70", Slot = "4")]
|
||||
public bool Equals(SteamInventoryResult_t other)
|
||||
{
|
||||
bool flag;
|
||||
return flag;
|
||||
}
|
||||
|
||||
// Token: 0x06008FE3 RID: 36835 RVA: 0x001D9558 File Offset: 0x001D7758
|
||||
[Token(Token = "0x6008FE3")]
|
||||
[Address(RVA = "0x164FFD0", Offset = "0x164EDD0", VA = "0x18164FFD0", Slot = "5")]
|
||||
public int CompareTo(SteamInventoryResult_t other)
|
||||
{
|
||||
int num;
|
||||
return num;
|
||||
}
|
||||
|
||||
// Token: 0x04006383 RID: 25475
|
||||
[Token(Token = "0x4006383")]
|
||||
public static readonly SteamInventoryResult_t Invalid;
|
||||
|
||||
// Token: 0x04006384 RID: 25476
|
||||
[FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4006384")]
|
||||
public int m_SteamInventoryResult;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user