109 lines
3.3 KiB
C#
109 lines
3.3 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x0200183E RID: 6206
|
|
[Token(Token = "0x200183E")]
|
|
[Serializable]
|
|
public struct FriendsGroupID_t : IEquatable<FriendsGroupID_t>, IComparable<FriendsGroupID_t>
|
|
{
|
|
// Token: 0x06008F86 RID: 36742 RVA: 0x001D8FAC File Offset: 0x001D71AC
|
|
[Token(Token = "0x6008F86")]
|
|
[Address(RVA = "0x69C9D0", Offset = "0x69B7D0", VA = "0x18069C9D0")]
|
|
public FriendsGroupID_t(short value)
|
|
{
|
|
this.m_FriendsGroupID = value;
|
|
}
|
|
|
|
// Token: 0x06008F87 RID: 36743 RVA: 0x001D8FC0 File Offset: 0x001D71C0
|
|
[Token(Token = "0x6008F87")]
|
|
[Address(RVA = "0x164F4F0", Offset = "0x164E2F0", VA = "0x18164F4F0", Slot = "3")]
|
|
public override string ToString()
|
|
{
|
|
string text;
|
|
return text;
|
|
}
|
|
|
|
// Token: 0x06008F88 RID: 36744 RVA: 0x001D8FD0 File Offset: 0x001D71D0
|
|
[Token(Token = "0x6008F88")]
|
|
[Address(RVA = "0x164F430", Offset = "0x164E230", VA = "0x18164F430", Slot = "0")]
|
|
public override bool Equals(object other)
|
|
{
|
|
if (other != 0 && other != 0)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06008F89 RID: 36745 RVA: 0x001D8FE8 File Offset: 0x001D71E8
|
|
[Token(Token = "0x6008F89")]
|
|
[Address(RVA = "0x164F4E0", Offset = "0x164E2E0", VA = "0x18164F4E0", Slot = "2")]
|
|
public override int GetHashCode()
|
|
{
|
|
int num;
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x06008F8A RID: 36746 RVA: 0x001D8FF8 File Offset: 0x001D71F8
|
|
[Token(Token = "0x6008F8A")]
|
|
[Address(RVA = "0x164F540", Offset = "0x164E340", VA = "0x18164F540")]
|
|
public static bool operator ==(FriendsGroupID_t x, FriendsGroupID_t y)
|
|
{
|
|
return x == y;
|
|
}
|
|
|
|
// Token: 0x06008F8B RID: 36747 RVA: 0x001D900C File Offset: 0x001D720C
|
|
[Token(Token = "0x6008F8B")]
|
|
[Address(RVA = "0x164F560", Offset = "0x164E360", VA = "0x18164F560")]
|
|
public static bool operator !=(FriendsGroupID_t x, FriendsGroupID_t y)
|
|
{
|
|
return x != y;
|
|
}
|
|
|
|
// Token: 0x06008F8C RID: 36748 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6008F8C")]
|
|
[Address(RVA = "0x164F550", Offset = "0x164E350", VA = "0x18164F550")]
|
|
public static explicit operator FriendsGroupID_t(short value)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06008F8D RID: 36749 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6008F8D")]
|
|
[Address(RVA = "0x164F550", Offset = "0x164E350", VA = "0x18164F550")]
|
|
public static explicit operator short(FriendsGroupID_t that)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06008F8E RID: 36750 RVA: 0x001D9020 File Offset: 0x001D7220
|
|
[Token(Token = "0x6008F8E")]
|
|
[Address(RVA = "0x164F420", Offset = "0x164E220", VA = "0x18164F420", Slot = "4")]
|
|
public bool Equals(FriendsGroupID_t other)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x06008F8F RID: 36751 RVA: 0x001D9030 File Offset: 0x001D7230
|
|
[Token(Token = "0x6008F8F")]
|
|
[Address(RVA = "0x164F410", Offset = "0x164E210", VA = "0x18164F410", Slot = "5")]
|
|
public int CompareTo(FriendsGroupID_t other)
|
|
{
|
|
int num;
|
|
return num;
|
|
}
|
|
|
|
// Token: 0x04006377 RID: 25463
|
|
[Token(Token = "0x4006377")]
|
|
public static readonly FriendsGroupID_t Invalid = (uint)65535;
|
|
|
|
// Token: 0x04006378 RID: 25464
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4006378")]
|
|
public short m_FriendsGroupID;
|
|
}
|
|
}
|