Exemple #1
0
 public static string GetRandomTypeFromIncubator(
     SDV.Object incubator,
     Dictionary <string, List <string> > restrictions)
 {
     return(incubator.heldObject.Value == null
 ? null
 : FarmAnimal.GetRandomTypeFromProduce(incubator.heldObject.Value.ParentSheetIndex, restrictions));
 }