oops, get rid of this

This commit is contained in:
Chomp 2022-07-01 18:14:12 +01:00
parent 909431f34b
commit 831347389a

View File

@ -1,10 +0,0 @@
using Common.Models;
namespace Generator.Weighting
{
public class ItemWeights
{
public Dictionary<string, int> firstprimaryweapon {get;set;}
public Dictionary<string, int> backpack { get; set; }
}
}