Ejemplo n.º 1
0
 public static bool IsHumanlikeWithLabelRace(this PawnKindDef pawnKindDef)
 {
     return(pawnKindDef?.race?.label != null && pawnKindDef.IsHumanLikeRace());
 }