mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 03:30:35 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -32,6 +32,6 @@ public:
|
||||
float getKnockbackZ();
|
||||
|
||||
public:
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new ExplodePacket()); }
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new ExplodePacket()); }
|
||||
virtual int getId() { return 60; }
|
||||
};
|
||||
Reference in New Issue
Block a user