Beispiel #1
0
 public Item(Conditions conditions)
 {
     this.option     = ItemOpts.Conditions;
     this.conditions = conditions;
 }
Beispiel #2
0
 public Item(Actions actions)
 {
     this.option  = ItemOpts.Actions;
     this.actions = actions;
 }