Exemplo n.º 1
0
 public AddObjectToInventoryEffectEditor()
 {
     items       = Controller.Instance.SelectedChapterDataControl.getItemsList().getItemsIDs();
     this.effect = new AddObjectToInventoryEffect(items.Length > 0 ? items[0] : "");
 }