Steamworks.NativeMethods.ISteamApps_GetDLCCount C# (CSharp) Method

ISteamApps_GetDLCCount() private method

private ISteamApps_GetDLCCount ( ) : int
return int
		public static extern int ISteamApps_GetDLCCount();
NativeMethods