Example #1
0
 public ILootTable Remove(ILootDefinition item)
 {
     Children.Remove(item);
     return(this);
 }
Example #2
0
 public ILootTable Add(ILootDefinition item)
 {
     Children.Add(item);
     return(this);
 }