forked from chomp/BotGenerator
correct what skills output should be
This commit is contained in:
parent
38693b6665
commit
8ef1e78393
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user