forked from chomp/BotGenerator
update what raw dump object returns
This commit is contained in:
parent
8ef1e78393
commit
5fe63e3b4f
@ -200,11 +200,19 @@ namespace Generator.Models.Input
|
||||
|
||||
public class Skills
|
||||
{
|
||||
public List<object> Common { get; set; }
|
||||
public List<Common> Common { get; set; }
|
||||
public List<object> Mastering { get; set; }
|
||||
public int Points { get; set; }
|
||||
}
|
||||
|
||||
public class Common
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public int Progress { get; set; }
|
||||
public int PointsEarnedDuringSession { get; set; }
|
||||
public int LastAccess { get; set; }
|
||||
}
|
||||
|
||||
public class SessionCounters
|
||||
{
|
||||
public List<object> Items { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user