Resolves Warning CS0109
A class declaration included the new keyword even though the declaration does not override an existing declaration in a base class. The new keyword can be deleted.
This commit is contained in:
parent
f927a64a13
commit
b3c9f5bdd4
@ -69,7 +69,7 @@ namespace Common.Models.Output
|
||||
public Dictionary<string, int> TacticalVest { get; set; }
|
||||
public Dictionary<string, int> Pockets { get; set; }
|
||||
public Dictionary<string, int> Backpack { get; set; }
|
||||
public new Dictionary<string, int> SecuredContainer { get; set; }
|
||||
public new Dictionary<string, int> SpecialLoot { get; set; }
|
||||
public Dictionary<string, int> SecuredContainer { get; set; }
|
||||
public Dictionary<string, int> SpecialLoot { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user