merge into main #1

Merged
chomp merged 35 commits from WeightedSystem into master 2023-08-15 05:29:21 -04:00
Showing only changes of commit 831347389a - Show all commits

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; }
}
}