Add ability to skip a bunch of stuff directly to music selection

This commit is contained in:
Tianyi Cao
2024-02-07 02:16:24 -08:00
parent 8152b9ab0d
commit 279fe5dcb8
5 changed files with 47 additions and 11 deletions

View File

@@ -11,6 +11,7 @@ namespace AquaMai
{
public bool SkipWarningScreen { get; set; }
public bool SinglePlayer { get; set; }
public bool SkipToMusicSelection { get; set; }
}
}
}