[+] Play "Master" difficulty on Demo screen

This commit is contained in:
Clansty
2024-05-20 23:36:52 +08:00
parent 13fc51a8a5
commit c9f222583a
4 changed files with 31 additions and 0 deletions

View File

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