Fixed imports

This commit is contained in:
PEMapModder
2016-02-18 01:43:42 +08:00
parent 21c2e2d429
commit fe2957c315
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\item\Tool;
class DoubleWoodSlab extends Solid{