mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
add bgi version
This commit is contained in:
@@ -14,6 +14,7 @@ public class Manifest
|
||||
public int ManifestVersion { get; set; } = 1;
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Version { get; set; } = string.Empty;
|
||||
public string? BgiVersion { get; set; }
|
||||
public string Description { get; set; } = string.Empty;
|
||||
public List<Author> Authors { get; set; } = [];
|
||||
public string Main { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user