Added Category Description to downed tools table

This commit is contained in:
Daniel Wathen
2023-01-18 12:19:35 -07:00
parent 9cccd00fed
commit 930360a7a9
5 changed files with 38 additions and 22 deletions

View File

@ -14,4 +14,6 @@ public class ReactorEvent
public string REACT_MODE { get; set; }
[JsonPropertyName("COMMENT")]
public string COMMENT { get; set; }
[JsonPropertyName("CAT_PROB_DESC")]
public string CAT_PROB_DESC { get; set; }
}