[+] Extend notes pool to support some odd charts

This commit is contained in:
Clansty
2024-09-12 21:54:37 +08:00
parent 5341326811
commit b7004b3866
6 changed files with 133 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ namespace AquaMai
public bool RemoveEncryption { get; set; }
public bool ForceAsServer { get; set; } = true;
public bool ForceFreePlay { get; set; } = true;
public int ExtendNotesPool { get; set; }
}
public class UtilsConfig