mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 13:21:57 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -17,6 +17,6 @@ public:
|
||||
virtual int getEstimatedSize();
|
||||
|
||||
public:
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new ContainerButtonClickPacket()); }
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new ContainerButtonClickPacket()); }
|
||||
virtual int getId() { return 108; }
|
||||
};
|
||||
Reference in New Issue
Block a user