mirror of
https://github.com/MCLCE/MinecraftConsoles.git
synced 2026-09-24 19:00:55 +00:00
@@ -22,6 +22,6 @@ public:
|
||||
virtual int getEstimatedSize();
|
||||
|
||||
public:
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new CraftItemPacket()); }
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new CraftItemPacket()); }
|
||||
virtual int getId() { return 150; }
|
||||
};
|
||||
Reference in New Issue
Block a user