Format Style Fixes
This commit is contained in:
@@ -5,16 +5,12 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot;
|
||||
|
||||
public record GenerateBotsRequestData : IRequestData
|
||||
{
|
||||
|
||||
|
||||
[JsonPropertyName("conditions")]
|
||||
public List<GenerateCondition>? Conditions { get; set; }
|
||||
}
|
||||
|
||||
public record GenerateCondition
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// e.g. assault/pmcBot/bossKilla
|
||||
/// </summary>
|
||||
|
||||
@@ -4,8 +4,6 @@ namespace SPTarkov.Server.Core.Models.Eft.Bot;
|
||||
|
||||
public record RandomisedBotLevelResult
|
||||
{
|
||||
|
||||
|
||||
[JsonPropertyName("level")]
|
||||
public int? Level { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user