Steamworks.NativeMethods.ISteamUser_EndAuthSession C# (CSharp) Method

ISteamUser_EndAuthSession() private method

private ISteamUser_EndAuthSession ( CSteamID steamID ) : void
steamID CSteamID
return void
		public static extern void ISteamUser_EndAuthSession(CSteamID steamID);
NativeMethods