Launch parameter fix

This commit is contained in:
James King 2022-08-30 14:47:40 +01:00
parent 435a9fd92d
commit 886d9995ee

View File

@ -18,6 +18,8 @@ namespace Steamworks
internal override void InitializeInterface( bool server )
{
SetInterface( server, new ISteamApps( server ) );
InstallEvents();
}
internal static void InstallEvents()