public WarbandViewModel(Warband warband)
 {
     Warband         = warband;
     WarbandId       = warband.WarbandId;
     Name            = warband.Name;
     Type            = warband.Type;
     Gold            = warband.Gold;
     Wyrdstone       = warband.Wyrdstone;
     UserId          = warband.UserId;
     StoredEquipment = warband.StoredEquipment;
     Heroes          = warband.Heroes;
     Henchmens       = warband.Henchmens;
     HiredSwords     = warband.HiredSwords;
 }
示例#2
0
 public override void ResolveStep(EcoBlock ecoblock)
 {
     Warband warband = (Warband)ecoblock;
 }