changed classes to records
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Core.Models.Spt.Config;
|
||||
|
||||
public class InsuranceConfig : BaseConfig
|
||||
public record InsuranceConfig : BaseConfig
|
||||
{
|
||||
[JsonPropertyName("kind")]
|
||||
public string Kind { get; set; } = "spt-insurance";
|
||||
@@ -53,4 +53,4 @@ public class InsuranceConfig : BaseConfig
|
||||
|
||||
[JsonPropertyName("simulateItemsBeingTaken")]
|
||||
public bool SimulateItemsBeingTaken { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user