30 lines
730 B
C#
30 lines
730 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Steamworks
|
|
{
|
|
// Token: 0x020018EE RID: 6382
|
|
[Token(Token = "0x20018EE")]
|
|
public struct MatchMakingKeyValuePair_t
|
|
{
|
|
// Token: 0x06008EB0 RID: 36528 RVA: 0x001D76C4 File Offset: 0x001D58C4
|
|
[Token(Token = "0x6008EB0")]
|
|
[Address(RVA = "0x4AF6A0", Offset = "0x4AE6A0", VA = "0x1804AF6A0")]
|
|
private MatchMakingKeyValuePair_t(string strKey, string strValue)
|
|
{
|
|
this.m_szKey = strKey;
|
|
this.m_szValue = strValue;
|
|
}
|
|
|
|
// Token: 0x04006503 RID: 25859
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4006503")]
|
|
public string m_szKey;
|
|
|
|
// Token: 0x04006504 RID: 25860
|
|
[FieldOffset(Offset = "0x8")]
|
|
[Token(Token = "0x4006504")]
|
|
public string m_szValue;
|
|
}
|
|
}
|