Пример #1
0
 public void ForEachCard(Action <Card> action)
 {
     AllAreas.ForEach(area => area.ForEachCard(action));
 }