Exemple #1
0
 public static string GetName(IResourceKey key)
 {
     return(ResourceGraph.IsDDS(key.ResourceType) ? DDSNMap[key.Instance] :
            ResourceGraph.IsThum(key.ResourceType) ? ThumNMap[key.Instance] :
            GameNMap[key.Instance]);
 }