mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
phpdoc armageddon for master, pass 1
This commit is contained in:
@ -30,9 +30,6 @@ use pocketmine\entity\Entity;
|
||||
*/
|
||||
class EntityDespawnEvent extends EntityEvent{
|
||||
|
||||
/**
|
||||
* @param Entity $entity
|
||||
*/
|
||||
public function __construct(Entity $entity){
|
||||
$this->entity = $entity;
|
||||
}
|
||||
|
Reference in New Issue
Block a user