104 lines
3.1 KiB
C#
104 lines
3.1 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x02001854 RID: 6228
|
|
[Token(Token = "0x2001854")]
|
|
[Serializable]
|
|
public struct AccountID_t : IEquatable<AccountID_t>, IComparable<AccountID_t>
|
|
{
|
|
// Token: 0x0600906F RID: 36975 RVA: 0x001D9D90 File Offset: 0x001D7F90
|
|
[Token(Token = "0x600906F")]
|
|
[Address(RVA = "0x724F70", Offset = "0x723D70", VA = "0x180724F70")]
|
|
public AccountID_t(uint value)
|
|
{
|
|
this.m_AccountID = value;
|
|
}
|
|
|
|
// Token: 0x06009070 RID: 36976 RVA: 0x001D9DA4 File Offset: 0x001D7FA4
|
|
[Token(Token = "0x6009070")]
|
|
[Address(RVA = "0x164A960", Offset = "0x1649760", VA = "0x18164A960", Slot = "3")]
|
|
public override string ToString()
|
|
{
|
|
string text;
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x06009071 RID: 36977 RVA: 0x001D9DB4 File Offset: 0x001D7FB4
|
|
[Token(Token = "0x6009071")]
|
|
[Address(RVA = "0x164A8D0", Offset = "0x16496D0", VA = "0x18164A8D0", Slot = "0")]
|
|
public override bool Equals(object other)
|
|
{
|
|
if (other != 0 && other != 0)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06009072 RID: 36978 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6009072")]
|
|
[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: 0x06009073 RID: 36979 RVA: 0x001D9DCC File Offset: 0x001D7FCC
|
|
[Token(Token = "0x6009073")]
|
|
[Address(RVA = "0x164A970", Offset = "0x1649770", VA = "0x18164A970")]
|
|
public static bool operator ==(AccountID_t x, AccountID_t y)
|
|
{
|
|
return x == y;
|
|
}
|
|
|
|
// Token: 0x06009074 RID: 36980 RVA: 0x001D9DE0 File Offset: 0x001D7FE0
|
|
[Token(Token = "0x6009074")]
|
|
[Address(RVA = "0x164A980", Offset = "0x1649780", VA = "0x18164A980")]
|
|
public static bool operator !=(AccountID_t x, AccountID_t y)
|
|
{
|
|
return x != y;
|
|
}
|
|
|
|
// Token: 0x06009075 RID: 36981 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6009075")]
|
|
[Address(RVA = "0x8DB900", Offset = "0x8DA700", VA = "0x1808DB900")]
|
|
public static explicit operator AccountID_t(uint value)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06009076 RID: 36982 RVA: 0x001D9DF4 File Offset: 0x001D7FF4
|
|
[Token(Token = "0x6009076")]
|
|
[Address(RVA = "0x8DB900", Offset = "0x8DA700", VA = "0x1808DB900")]
|
|
public static explicit operator uint(AccountID_t that)
|
|
{
|
|
return that.m_AccountID;
|
|
}
|
|
|
|
// Token: 0x06009077 RID: 36983 RVA: 0x001D9E08 File Offset: 0x001D8008
|
|
[Token(Token = "0x6009077")]
|
|
[Address(RVA = "0x69AF70", Offset = "0x699D70", VA = "0x18069AF70", Slot = "4")]
|
|
public bool Equals(AccountID_t other)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x06009078 RID: 36984 RVA: 0x001D9E18 File Offset: 0x001D8018
|
|
[Token(Token = "0x6009078")]
|
|
[Address(RVA = "0x164A8C0", Offset = "0x16496C0", VA = "0x18164A8C0", Slot = "5")]
|
|
public int CompareTo(AccountID_t other)
|
|
{
|
|
int num;
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x0400639B RID: 25499
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x400639B")]
|
|
public uint m_AccountID;
|
|
}
|
|
}
|