예제 #1
0
 protected override bool TryFindGatherSpot(Pawn organizer, out IntVec3 spot)
 {
     return(RCellFinder.TryFindGatheringSpot(organizer, def, out spot));
 }