Exemplo n.º 1
0
        internal override void InitializeInterface(bool server)
        {
            Internal = new ISteamUser(server);
            InstallEvents();

            richPresence = new Dictionary <string, string>();
            SampleRate   = OptimalSampleRate;
        }
Exemplo n.º 2
0
 internal static void Shutdown()
 {
     _internal = null;
 }
Exemplo n.º 3
0
 internal static void Shutdown()
 {
     SteamUser._internal = null;
 }