[+] Add option

This commit is contained in:
Azalea
2024-02-07 03:53:13 -05:00
parent aa4fe50eeb
commit aa5f4fb986
5 changed files with 14 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ namespace AquaMai
public class UXConfig
{
public bool SkipWarningScreen { get; set; }
public bool SinglePlayer { get; set; }
}
}
}