Steamworks.NativeMethods.ISteamGameServer_EndAuthSession C# (CSharp) Метод

ISteamGameServer_EndAuthSession() приватный Метод

private ISteamGameServer_EndAuthSession ( CSteamID steamID ) : void
steamID CSteamID
Результат void
		public static extern void ISteamGameServer_EndAuthSession(CSteamID steamID);
NativeMethods