public OnlineMod(string appStartupPath, string appName) { AppStartupPath = appStartupPath; AppName = appName; modFile = new ModFile(appStartupPath); }
public OnlineMod() { modFile = new ModFile(); }