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

namespace Steamworks;

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

	[MarshalAs(UnmanagedType.I1)]
	public bool m_bSuccess;
}