public static SpecificResource findStblFor(ulong guid, byte lang) { if (guid == FNV64Blank) { return(null); } STBLFinder finder = new STBLFinder(guid); return(STBLs.ContainsKey(lang) ? STBLs[lang].Find(finder.HasGUID) : null); }
public static SpecificResource findStblFor(ulong guid, byte lang) { if (guid == FNV64Blank) return null; STBLFinder finder = new STBLFinder(guid); return STBLs.ContainsKey(lang) ? STBLs[lang].Find(finder.HasGUID) : null; }