AllowTool.Designator_AllowAll.ThingIsRelevant C# (CSharp) 메소드

ThingIsRelevant() 보호된 메소드

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