Esempio n. 1
0
 public RemoveObjectFromInventoryEffectEditor()
 {
     items       = Controller.Instance.SelectedChapterDataControl.getItemsList().getItemsIDs();
     this.effect = new RemoveObjectFromInventoryEffect(items.Length > 0 ? items[0] : "");
 }