internal bool <> m__0(IntVec3 vec3)
            {
                Gas gas = vec3.GetGas(this.searcherThing.Map);

                return(gas == null || !gas.def.gas.blockTurretTracking);
            }