Esempio n. 1
0
        public KeyManager(SWAHandle handle)
        {
            _handle = handle;

            _file = new FileInfo(Path.Combine(
                                     Titan.Instance != null ? Titan.Instance.Directory.ToString() : Environment.CurrentDirectory,
                                     "steamapi.key"
                                     ));
        }
Esempio n. 2
0
 public KeyManager(SWAHandle handle)
 {
     _handle = handle;
 }