scripts
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020011A1 RID: 4513
|
||||
[Token(Token = "0x20011A1")]
|
||||
[StructLayout(3, Size = 4)]
|
||||
public enum ESteamPartyBeaconLocationData
|
||||
{
|
||||
// Token: 0x04005041 RID: 20545
|
||||
[Token(Token = "0x4005041")]
|
||||
k_ESteamPartyBeaconLocationDataInvalid,
|
||||
// Token: 0x04005042 RID: 20546
|
||||
[Token(Token = "0x4005042")]
|
||||
k_ESteamPartyBeaconLocationDataName,
|
||||
// Token: 0x04005043 RID: 20547
|
||||
[Token(Token = "0x4005043")]
|
||||
k_ESteamPartyBeaconLocationDataIconURLSmall,
|
||||
// Token: 0x04005044 RID: 20548
|
||||
[Token(Token = "0x4005044")]
|
||||
k_ESteamPartyBeaconLocationDataIconURLMedium,
|
||||
// Token: 0x04005045 RID: 20549
|
||||
[Token(Token = "0x4005045")]
|
||||
k_ESteamPartyBeaconLocationDataIconURLLarge
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user