public Settings(BundleReader reader) { InitializeComponent(); thisReader = reader; thisReader.settings["VT1GameDir"] = "none"; thisReader.settings["VT2GameDir"] = "none"; }
public VT2Reader(BundleReader reader) { thisReader = reader; }