示例#1
0
 public StatModel(Stat stat, int level)
 {
     Id        = stat.Id;
     ItemId    = stat.ItemId;
     BaseValue = stat.Value;
     Level     = level;
     Type      = new StatTypeBl(stat.StatType);
 }
示例#2
0
 public StatCardViewModel()
 {
     Types = StatTypeBl.GetAllTypes();
 }