summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/IPCFailure_t.cs
blob: e478092bbe3f17e8c8f6a9a584ac96e63908e51c (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(117)]
public struct IPCFailure_t
{
	public const int k_iCallback = 117;

	public byte m_eFailureType;
}