begin populate WIP missile threat + minor logging convienences

This commit is contained in:
turtlebasket
2024-09-26 13:03:51 -07:00
parent 3a0a27c4a7
commit b31e0312da
9 changed files with 636 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ public class TargetConfig {
[JsonConverter(typeof(StringEnumConverter))]
public enum InterceptorType { HYDRA_70, MICROMISSILE }
[JsonConverter(typeof(StringEnumConverter))]
public enum ThreatType { DRONE, ANTISHIP_MISSILE }
public enum ThreatType { DRONE, MISSILE }
[JsonConverter(typeof(StringEnumConverter))]
public enum ConfigColor { BLUE, GREEN, RED }
[JsonConverter(typeof(StringEnumConverter))]