예제 #1
0
파일: KeyManager.cs 프로젝트: Tylsew/Titan
        public KeyManager(SWAHandle handle)
        {
            _handle = handle;

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