Beispiel #1
0
 public static Dictionary <int, string> GetBigList(string resource)
 {
     return(Meta.LoadNumberedList(resource)); //Path.Combine(Meta.DataPath, fn));
 }
Beispiel #2
0
        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")));
        }