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

	public SteamNetworkingIdentity m_identityRemote;
}