[+] Change every timer to 200 seconds

This commit is contained in:
Clansty
2024-05-21 21:17:30 +08:00
parent f106a31990
commit 2251350a4e
4 changed files with 18 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ namespace AquaMai
public bool QuickSkip { get; set; }
public bool RandomBgm { get; set; }
public bool DemoMaster { get; set; }
public bool ExtendTimer { get; set; }
public string CustomVersionString { get; set; }
public string ExecOnIdle { get; set; }
public string ExecOnEntry { get; set; }