Remove CountPve

This commit is contained in:
Archangel
2025-10-09 22:03:23 +02:00
parent 9baa1236d4
commit 4188ed8cbd
@@ -822,14 +822,6 @@ public record Exit
[JsonPropertyName("CountPVE")]
public int? CountPVE { get; set; }
// Had to add this property as BSG sometimes names the properties with full PVE capitals
// This property will just point the value to CountPve
[JsonPropertyName("CountPve")]
public int CountPve
{
set { CountPVE = value; }
}
[JsonPropertyName("EntryPoints")]
public string? EntryPoints { get; set; }