Steamworks.NativeMethods.ISteamFriends_SetPlayedWith C# (CSharp) Method

ISteamFriends_SetPlayedWith() private method

private ISteamFriends_SetPlayedWith ( CSteamID steamIDUserPlayedWith ) : void
steamIDUserPlayedWith CSteamID
return void
		public static extern void ISteamFriends_SetPlayedWith(CSteamID steamIDUserPlayedWith);
NativeMethods