scripts
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020011EA RID: 4586
|
||||
[Token(Token = "0x20011EA")]
|
||||
[StructLayout(0, Pack = 8, Size = 16)]
|
||||
public struct SteamPartyBeaconLocation_t
|
||||
{
|
||||
// Token: 0x04005344 RID: 21316
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
|
||||
[Token(Token = "0x4005344")]
|
||||
public ESteamPartyBeaconLocationType m_eType;
|
||||
|
||||
// Token: 0x04005345 RID: 21317
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
|
||||
[Token(Token = "0x4005345")]
|
||||
public ulong m_ulLocationID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user