Exemplo n.º 1
0
        public Settings(BundleReader reader)
        {
            InitializeComponent();
            thisReader = reader;

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