Exemplo n.º 1
0
 internal static void Shutdown()
 {
     SteamRemoteStorage._internal = null;
 }
Exemplo n.º 2
0
 internal static void Shutdown()
 {
     _internal = null;
 }
Exemplo n.º 3
0
 internal override void InitializeInterface(bool server)
 {
     Internal = new ISteamRemoteStorage(server);
 }