[+] Force Paid play

This commit is contained in:
Clansty
2024-09-17 02:34:38 +08:00
parent 81c1e6e887
commit 5ee7add355
5 changed files with 38 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 bool ForcePaidPlay { get; set; }
public int ExtendNotesPool { get; set; }
}