Example #1
0
 public IList <BattleUnitsStack> GetDeadStacks() =>
 _attacker.GetDeadStacks().Concat(_target.GetDeadStacks()).ToList();