[+] Custom shop name in photo

This commit is contained in:
Clansty
2024-09-02 23:02:47 +08:00
parent ac94b6d917
commit a3afb1a2b8
6 changed files with 27 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ namespace AquaMai
public bool LoadLocalBga { get; set; }
public bool TestProof { get; set; }
public string CustomVersionString { get; set; }
public string CustomPlaceName { get; set; }
public string ExecOnIdle { get; set; }
public string ExecOnEntry { get; set; }
}