public static Dictionary <int, string> GetBigList(string resource) { return(Meta.LoadNumberedList(resource)); //Path.Combine(Meta.DataPath, fn)); }
public static Dictionary <int, string> GetProperBigList(string fn, int fc) { string s = Meta.Detect(fn, "bigs", fc); return(Meta.LoadNumberedList(Path.Combine(Meta.DataPath, s + ".txt"))); }