correct what skills output should be

This commit is contained in:
Chomp 2021-08-17 16:19:23 +01:00
parent 38693b6665
commit 8ef1e78393

View File

@ -109,15 +109,13 @@ namespace Generator.Models.Output
{
public Skills()
{
Common = new Common();
Common = new Dictionary<string, MinMax>();
}
public Common Common { get; set; }
}
public class Common
{
public Dictionary<string, MinMax> Common { get; set; }
}
public class Chances
{
public Chances()