This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -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
}
}