[+] PractiseMode Debugging

This commit is contained in:
Clansty
2024-09-28 16:30:19 +08:00
parent 24ecaab570
commit 27b8e6bd21
6 changed files with 161 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ namespace AquaMai
public bool Windowed { get; set; }
public int Width { get; set; }
public int Height { get; set; }
public bool PractiseMode { get; set; }
}
public class TimeSavingConfig