Exemplo n.º 1
0
 private IEnumerable <Unit> GetDestroyedStructures(TimeSpan start, TimeSpan end, Replay replay)
 {
     return(replay.Units.Where(unit => replayHelper.IsDead(unit, start, end) && replayHelper.IsStructure(unit)));
 }