formatting

This commit is contained in:
Tianyi Cao
2024-02-07 02:21:46 -08:00
parent abe1d3ad29
commit 017d00371d
4 changed files with 8 additions and 9 deletions

View File

@@ -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; }
}
}
}
}