mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Removed some redundant item classes
This commit is contained in:
@ -27,4 +27,6 @@ class FishingRod extends Item{
|
||||
public function __construct($meta = 0, $count = 1){
|
||||
parent::__construct(self::FISHING_ROD, $meta, $count, "Fishing Rod");
|
||||
}
|
||||
|
||||
//TODO
|
||||
}
|
Reference in New Issue
Block a user