Example #1
0
 public BlockDestroyEventArgs(IBlockBase block, IEntityBase destroyedBy)
     : base(block)
 {
     LootTable   = block.GetLootTable();
     DestroyedBy = destroyedBy;
 }
Example #2
0
 public BlockDestroyEventArgs(IBlockBase block, IEntityBase destroyedBy)
     : base(block)
 {
     LootTable = block.GetLootTable();
     DestroyedBy = destroyedBy;
 }