Пример #1
0
 public static bool HasSufficientRsc(List <int> list)
 {
     return(instance._HasSufficientRsc(IntToFloatList(list)));
 }