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

namespace Steamworks;

[StructLayout(LayoutKind.Sequential, Pack = 8)]
[CallbackIdentity(3902)]
public struct SteamAppUninstalled_t
{
	public const int k_iCallback = 3902;

	public AppId_t m_nAppID;
}