Steamworks.NativeMethods.ISteamFriends_GetFriendCoplayGame C# (CSharp) Method

ISteamFriends_GetFriendCoplayGame() private method

private ISteamFriends_GetFriendCoplayGame ( CSteamID steamIDFriend ) : uint
steamIDFriend CSteamID
return uint
		public static extern uint ISteamFriends_GetFriendCoplayGame(CSteamID steamIDFriend);
NativeMethods