Minor Changes to Resolve Warnings #5

Merged
chomp merged 4 commits from warnings into master 2024-11-14 15:03:42 -05:00
Showing only changes of commit b3c9f5bdd4 - Show all commits

View File

@ -69,7 +69,7 @@ namespace Common.Models.Output
public Dictionary<string, int> TacticalVest { get; set; } public Dictionary<string, int> TacticalVest { get; set; }
public Dictionary<string, int> Pockets { get; set; } public Dictionary<string, int> Pockets { get; set; }
public Dictionary<string, int> Backpack { get; set; } public Dictionary<string, int> Backpack { get; set; }
public new Dictionary<string, int> SecuredContainer { get; set; } public Dictionary<string, int> SecuredContainer { get; set; }
public new Dictionary<string, int> SpecialLoot { get; set; } public Dictionary<string, int> SpecialLoot { get; set; }
} }
} }