mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 00:27:26 +08:00
formatting
This commit is contained in:
@@ -7,12 +7,12 @@ namespace AquaMai
|
||||
{
|
||||
public UXConfig UX { get; set; }
|
||||
public CheatConfig Cheat { get; set; }
|
||||
|
||||
|
||||
public class CheatConfig
|
||||
{
|
||||
public bool TicketUnlock { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class UXConfig
|
||||
{
|
||||
public bool SkipWarningScreen { get; set; }
|
||||
@@ -20,4 +20,4 @@ namespace AquaMai
|
||||
public bool SkipToMusicSelection { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user