[+] Window Magic!

This commit is contained in:
Clansty
2024-09-27 21:50:27 +08:00
parent c1c7788cd3
commit 74e39c437d
6 changed files with 99 additions and 1 deletions

View File

@@ -57,6 +57,9 @@ namespace AquaMai
public float JudgeAdjustA { get; set; }
public float JudgeAdjustB { get; set; }
public int TouchDelay { get; set; }
public bool Windowed { get; set; }
public int Width { get; set; }
public int Height { get; set; }
}
public class TimeSavingConfig