Example #1
0
        public Settings(BundleReader reader)
        {
            InitializeComponent();
            thisReader = reader;

            thisReader.settings["VT1GameDir"] = "none";
            thisReader.settings["VT2GameDir"] = "none";
        }
Example #2
0
 public VT2Reader(BundleReader reader)
 {
     thisReader = reader;
 }