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

namespace Steamworks;

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

	public EResult m_eResult;

	public PublishedFileId_t m_nPublishedFileId;
}