public static bool CanReachImmediate(this Thing thing, LocalTargetInfo target, PathEndMode peMode)
 {
     return(thing.Spawned && ReachabilityImmediate.CanReachImmediate(thing.Position, target, thing.Map, peMode, thing));
 }