Beispiel #1
0
 internal RemotePatchlist(IDictionary <string, PSO2File> items)
 {
     this.list = new Patchlist <PSO2File>(items);
 }
Beispiel #2
0
 internal RemotePatchlist()
 {
     this.list = new Patchlist <PSO2File>();
 }