mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
CompletedUsingItemPacket: added missing #include, closes #3219
This commit is contained in:
parent
95c32d26df
commit
f7d66613df
@ -23,6 +23,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\network\mcpe\protocol;
|
||||
|
||||
#include <rules/DataPacket.h>
|
||||
|
||||
use pocketmine\network\mcpe\NetworkSession;
|
||||
|
||||
class CompletedUsingItemPacket extends DataPacket{
|
||||
|
Loading…
x
Reference in New Issue
Block a user