예제 #1
0
 public static ThingDef RandomStuffInexpensiveFor(ThingDef thingDef, Faction faction)
 {
     return(GenStuff.RandomStuffInexpensiveFor(thingDef, (faction == null) ? TechLevel.Undefined : faction.def.techLevel));
 }