AllowTool.Designator_AllowAll.ThingIsRelevant C# (CSharp) Method

ThingIsRelevant() protected method

protected ThingIsRelevant ( Thing item ) : bool
item Thing
return bool
		protected override bool ThingIsRelevant(Thing item) {
			return false;
		}