Remove unused record

This commit is contained in:
Archangel
2025-09-17 20:49:10 +02:00
parent 6a4efe9e53
commit 1cc1d2e95d
@@ -85,39 +85,6 @@ public record RadioStation
public RadioStationType Station { get; set; }
}
public record LocationInfection
{
[JsonPropertyName("Interchange")]
public double Interchange { get; set; }
[JsonPropertyName("Lighthouse")]
public double Lighthouse { get; set; }
[JsonPropertyName("RezervBase")]
public double RezervBase { get; set; }
[JsonPropertyName("Sandbox")]
public double Sandbox { get; set; }
[JsonPropertyName("Shoreline")]
public double Shoreline { get; set; }
[JsonPropertyName("TarkovStreets")]
public double TarkovStreets { get; set; }
[JsonPropertyName("Woods")]
public double Woods { get; set; }
[JsonPropertyName("bigmap")]
public double BigMap { get; set; }
[JsonPropertyName("factory4")]
public double Factory4 { get; set; }
[JsonPropertyName("laboratory")]
public double Laboratory { get; set; }
}
public record ArtilleryShelling
{
[JsonPropertyName("ArtilleryMapsConfigs")]