Steamworks.NativeMethods.ISteamNetworking_AcceptP2PSessionWithUser C# (CSharp) Method

ISteamNetworking_AcceptP2PSessionWithUser() private method

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