add setting to ignore influence support
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user