diff --git a/Core/Models/Spt/Config/SeasonalEventConfig.cs b/Core/Models/Spt/Config/SeasonalEventConfig.cs index b5754904..bd624ae0 100644 --- a/Core/Models/Spt/Config/SeasonalEventConfig.cs +++ b/Core/Models/Spt/Config/SeasonalEventConfig.cs @@ -70,7 +70,7 @@ public class SeasonalEvent public int EndMonth { get; set; } [JsonPropertyName("settings")] - public Dictionary Settings { get; set; } + public Dictionary Settings { get; set; } // TODO: Type was Record } public class SeasonalEventSettings diff --git a/Core/Models/Spt/Controllers/BotController.cs b/Core/Models/Spt/Controllers/BotController.cs index 66d14663..ef680442 100644 --- a/Core/Models/Spt/Controllers/BotController.cs +++ b/Core/Models/Spt/Controllers/BotController.cs @@ -9,7 +9,7 @@ public class BotController throw new NotImplementedException(); } - public object GetBotDifficulty(string type, string difficulty) // IBotCore | IDifficultyCategories + public object GetBotDifficulty(string type, string difficulty) // TODO: return type was: IBotCore | IDifficultyCategories { throw new NotImplementedException(); }