add setting to ignore influence support

This commit is contained in:
2023-03-29 18:40:36 +02:00
parent f666a2c7c5
commit e39dd6ffda
3 changed files with 32 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ namespace EliteBGS.Util {
}
}
}
public string Colour {
get {
return colour;
@@ -48,6 +48,11 @@ namespace EliteBGS.Util {
}
}
/// <summary>
/// Whether we ignore influence support scenarios form parsing.
/// </summary>
public bool IgnoreInfluenceSupport { get; set; } = false;
[JsonIgnore]
public string FullTheme {
get { return Theme + "." + Colour; }