fix warnings that can be done in GameController
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Core.Models.Spt.Bots;
|
||||
public record Bots
|
||||
{
|
||||
[JsonPropertyName("types")]
|
||||
public Dictionary<string, BotType>? Types { get; set; }
|
||||
public Dictionary<string, BotType?>? Types { get; set; }
|
||||
|
||||
[JsonPropertyName("base")]
|
||||
public BotBase? Base { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user