m
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x020018A0 RID: 6304
|
||||
[Token(Token = "0x20018A0")]
|
||||
public enum ESteamPartyBeaconLocationData
|
||||
{
|
||||
// Token: 0x040061D5 RID: 25045
|
||||
[Token(Token = "0x40061D5")]
|
||||
k_ESteamPartyBeaconLocationDataInvalid,
|
||||
// Token: 0x040061D6 RID: 25046
|
||||
[Token(Token = "0x40061D6")]
|
||||
k_ESteamPartyBeaconLocationDataName,
|
||||
// Token: 0x040061D7 RID: 25047
|
||||
[Token(Token = "0x40061D7")]
|
||||
k_ESteamPartyBeaconLocationDataIconURLSmall,
|
||||
// Token: 0x040061D8 RID: 25048
|
||||
[Token(Token = "0x40061D8")]
|
||||
k_ESteamPartyBeaconLocationDataIconURLMedium,
|
||||
// Token: 0x040061D9 RID: 25049
|
||||
[Token(Token = "0x40061D9")]
|
||||
k_ESteamPartyBeaconLocationDataIconURLLarge
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user