mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Added Block and Item namespaces
This commit is contained in:
@ -19,7 +19,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
class QuartzStairsBlock extends StairBlock{
|
||||
namespace PocketMine\Block;
|
||||
use PocketMine;
|
||||
|
||||
class QuartzStairs extends Stair{
|
||||
public function __construct($meta = 0){
|
||||
parent::__construct(QUARTZ_STAIRS, $meta, "Quartz Stairs");
|
||||
}
|
||||
|
Reference in New Issue
Block a user