Ejemplo n.º 1
0
        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);
        }
Ejemplo n.º 2
0
 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;
 }