summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/RemoteStorageUserVoteDetails_t.cs
blob: 292e94b832f8d3433af24b94a1f803dd9eb73cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System.Runtime.InteropServices;

namespace Steamworks;

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

	public EResult m_eResult;

	public PublishedFileId_t m_nPublishedFileId;

	public EWorkshopVote m_eVote;
}