fix warnings that can be done in GameController

This commit is contained in:
CWX
2025-01-19 12:38:18 +00:00
parent 3d875bd15b
commit d230025424
3 changed files with 167 additions and 159 deletions
+1 -1
View File
@@ -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; }