Ejemplo n.º 1
0
 public GUIPurchasable(PurchasableItem item, List <IPlatformEditor> editors)
 {
     this.item    = new WritablePurchasable(item);
     this.editors = editors;
 }
Ejemplo n.º 2
0
 public GUIPurchasable(PurchasableItem item, List<IPlatformEditor> editors) {
     this.item = new WritablePurchasable(item);
     this.editors = editors;
 }