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

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