Exemplo n.º 1
0
 public ModifiedSideSorter(BattleStageSide basis)
 {
     unitsDictionary = basis.ToDictionary(item => item.Id);
 }