diff --git a/Generator/Weighting/Weights.cs b/Generator/Weighting/Weights.cs deleted file mode 100644 index fc8dbf5..0000000 --- a/Generator/Weighting/Weights.cs +++ /dev/null @@ -1,10 +0,0 @@ -using Common.Models; - -namespace Generator.Weighting -{ - public class ItemWeights - { - public Dictionary firstprimaryweapon {get;set;} - public Dictionary backpack { get; set; } - } -}