Steamworks.NativeMethods.ISteamGameServer_EndAuthSession C# (CSharp) Method

ISteamGameServer_EndAuthSession() private method

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