diff --git a/Generator/Models/Output/Output.cs b/Generator/Models/Output/Output.cs index a9916e2..6a56df8 100644 --- a/Generator/Models/Output/Output.cs +++ b/Generator/Models/Output/Output.cs @@ -109,15 +109,13 @@ namespace Generator.Models.Output { public Skills() { - Common = new Common(); + Common = new Dictionary(); } - public Common Common { get; set; } - } - public class Common - { + public Dictionary Common { get; set; } } + public class Chances { public Chances()