addded more types, some are unfinished, ill come back to these tomorrow
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Types.Models.Spt.Location;
|
||||
|
||||
public class RaidChanges
|
||||
{
|
||||
[JsonPropertyName("dynamicLootPercent")]
|
||||
public float DynamicLootPercent { get; set; }
|
||||
|
||||
[JsonPropertyName("staticLootPercent")]
|
||||
public float StaticLootPercent { get; set; }
|
||||
|
||||
[JsonPropertyName("simulatedRaidStartSeconds")]
|
||||
public int SimulatedRaidStartSeconds { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user