mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Block: Blow away a bunch of useless classes
This commit is contained in:
@@ -23,6 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\block;
|
||||
|
||||
class MyCustomBlock extends Cobblestone{
|
||||
class MyCustomBlock extends Solid{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user