Пример #1
0
 // { Normal, Rare, Elite, SuperRare, Decisive, Priority, UltraRare }
 public static Rarity ToGeneralRarity(this ShipRarity rar)
 => rar switch
 {
Пример #2
0
 public IEnumerable <Ship> getShipsByRarity(ShipRarity rarity)
 => getShipsByRarity(rarity.ToString());