[+] Execute some command on game idle or on game start

This commit is contained in:
Clansty
2024-05-20 22:31:27 +08:00
parent 86164ba518
commit 21309cddf0
5 changed files with 50 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ namespace AquaMai
public bool QuickSkip { get; set; }
public bool RandomBgm { get; set; }
public string CustomVersionString { get; set; }
public string ExecOnIdle { get; set; }
public string ExecOnEntry { get; set; }
}
public class PerformanceConfig