[+] Custom version string feature

This commit is contained in:
Clansty
2024-04-08 14:59:54 +08:00
parent 2630d32764
commit d8fc14e71b
5 changed files with 31 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ namespace AquaMai
public bool SkipWarningScreen { get; set; }
public bool SinglePlayer { get; set; }
public bool SkipToMusicSelection { get; set; }
public string CustomVersionString { get; set; }
}
}
}