[+] Skip track start screen

This commit is contained in:
Clansty
2024-09-27 19:33:37 +08:00
parent 9605264b9a
commit a2db465825
5 changed files with 21 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ namespace AquaMai
public bool SkipEventInfo { get; set; }
public bool IWontTapOrSlideVigorously { get; set; }
public bool SkipGameOverScreen { get; set; }
public bool SkipTrackStart { get; set; }
}
public class TouchSensitivityConfig