Пример #1
0
 public static bool Fits(this Armament left, Armament right)
 {
     return(left.value() <= right.value());
 }