Example #1
0
 internal static void Shutdown()
 {
     SteamMusic._internal = null;
 }
 internal static void Shutdown()
 {
     _internal = null;
 }
Example #3
0
        internal override void InitializeInterface(bool server)
        {
            Internal = new ISteamMusic(server);

            InstallEvents();
        }