public static CATFile getCatFile() { if (cat == null) { string path = GlobalStuff.FindSetting("gamepath"); path += "Data\\cas.cat"; cat = new CATFile(path); } return(cat); }
public static void CheckIfScanIsNeeded() { if (GlobalStuff.FindSetting("isNew") == "1") { } }