mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Code cleanup
This commit is contained in:
@ -36,6 +36,7 @@ class CraftItemEvent extends Event implements Cancellable{
|
||||
|
||||
/**
|
||||
* @param CraftingTransactionGroup $ts
|
||||
* @param Recipe $recipe
|
||||
*/
|
||||
public function __construct(CraftingTransactionGroup $ts, Recipe $recipe){
|
||||
$this->ts = $ts;
|
||||
|
Reference in New Issue
Block a user