2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-12-16 04:44:56 +01:00

added HighValueMappable checks (#81)

* added HighValueMappable checks

* added high value mappable details
This commit is contained in:
Phil Chuang
2022-05-09 09:42:17 -04:00
committed by GitHub
parent fb45b5c3e2
commit 9708a5fbc7
2 changed files with 29 additions and 0 deletions

View File

@@ -80,6 +80,9 @@ namespace Observatory.Explorer
[SettingDisplayName("All Surface Mats In System")]
public bool GoldSystem { get; set; }
[SettingDisplayName("High-Value Mapping")]
public bool HighValueMappable { get; set; }
[SettingDisplayName("Enable Custom Criteria")]
public bool EnableCustomCriteria { get; set; }