[O] Make HideMask separate component

This commit is contained in:
Clansty
2024-10-02 19:03:30 +08:00
parent 1bcb7210c6
commit bae5a7c838
6 changed files with 22 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ namespace AquaMai
{
public string Locale { get; set; }
public bool SinglePlayer { get; set; }
public bool HideMask { get; set; }
public bool LoadAssetsPng { get; set; }
public bool LoadJacketPng { get; set; }
public bool LoadAssetBundleWithoutManifest { get; set; }