mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 13:17:27 +08:00
Merge branch 'v1-dev' into feat/CustomVersionString
This commit is contained in:
@@ -7,6 +7,7 @@ namespace AquaMai
|
||||
{
|
||||
public UXConfig UX { get; set; }
|
||||
public CheatConfig Cheat { get; set; }
|
||||
public PerformanceConfig Performance { get; set; }
|
||||
|
||||
public class CheatConfig
|
||||
{
|
||||
@@ -20,5 +21,10 @@ namespace AquaMai
|
||||
public bool SkipToMusicSelection { get; set; }
|
||||
public string CustomVersionString { get; set; }
|
||||
}
|
||||
|
||||
public class PerformanceConfig
|
||||
{
|
||||
public bool ImproveLoadSpeed { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user