Ejemplo n.º 1
0
        public static CATFile getCatFile()
        {
            if (cat == null)
            {
                string path = GlobalStuff.FindSetting("gamepath");
                path += "Data\\cas.cat";
                cat   = new CATFile(path);
            }

            return(cat);
        }
Ejemplo n.º 2
0
 public static void CheckIfScanIsNeeded()
 {
     if (GlobalStuff.FindSetting("isNew") == "1")
     {
     }
 }