[+] Load AssetBundle without manifest

This commit is contained in:
Clansty
2024-04-23 18:51:49 +08:00
parent c8db3ec762
commit b4cbb1fd14
4 changed files with 36 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ namespace AquaMai
public bool SinglePlayer { get; set; }
public bool SkipToMusicSelection { get; set; }
public bool LoadJacketPng { get; set; }
public bool LoadAssetBundleWithoutManifest { get; set; }
public bool QuickSkip { get; set; }
public string CustomVersionString { get; set; }
}