Пример #1
0
 public static Power GetPower(string id) => Powers.Count(power => power.Id == id) != 0 ? Powers.First(power => power.Id == id) : null;