summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/AvailableBeaconLocationsUpdated_t.cs
blob: db4456fd598fe97408b04fbe462ff8e71611f815 (plain)
1
2
3
4
5
6
7
8
9
10
using System.Runtime.InteropServices;

namespace Steamworks;

[StructLayout(LayoutKind.Sequential, Pack = 8, Size = 1)]
[CallbackIdentity(5305)]
public struct AvailableBeaconLocationsUpdated_t
{
	public const int k_iCallback = 5305;
}