This commit is contained in:
HolographicHat
2022-06-13 17:43:02 +08:00
parent e847d4c80e
commit bbe7c2cd03
6 changed files with 145 additions and 13 deletions

View File

@@ -1,11 +1,12 @@
using System.ComponentModel;
using System.Diagnostics;
using System.IO.Pipes;
using YaeAchievement;
using YaeAchievement.Win32;
using YaeAchievement;
using static YaeAchievement.Utils;
Utils.StartAndWaitResult(@"D:\Genshin Impact Dev\2.8\YuanShen.exe", str => {
InstallExitHook();
InstallExceptionHook();
CheckGenshinIsRunning();
LoadConfig();
return;
StartAndWaitResult(@"D:\Genshin Impact Dev\2.8\YuanShen.exe", str => {
GlobalVars.UnexpectedExit = false;
//AchievementAllDataNotify.Parser.ParseFrom(Convert.FromBase64String(str)).List;
//var notify = Serializer.Deserialize<AchievementAllDataNotify>(stream)!;