Ejemplo n.º 1
0
 protected virtual bool ICanSlurpRK(IResourceKey key)
 {
     return(this.includeDDSes || !ResourceGraph.IsDDS(key.ResourceType));
 }