Ejemplo n.º 1
0
        internal override void InitializeInterface(bool server)
        {
            Internal = new ISteamMatchmaking(server);

            InstallEvents();
        }
Ejemplo n.º 2
0
 internal static void Shutdown()
 {
     _internal = null;
 }
 internal static void Shutdown()
 {
     SteamMatchmaking._internal = null;
 }