Steamworks.NativeMethods.ISteamGameServerNetworking_AcceptP2PSessionWithUser C# (CSharp) Method

ISteamGameServerNetworking_AcceptP2PSessionWithUser() private method

private ISteamGameServerNetworking_AcceptP2PSessionWithUser ( CSteamID steamIDRemote ) : bool
steamIDRemote CSteamID
return bool
		public static extern bool ISteamGameServerNetworking_AcceptP2PSessionWithUser(CSteamID steamIDRemote);
NativeMethods