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

	public EResult m_eResult;
}