mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 23:14:13 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "Packet.h"
|
||||
|
||||
class SetCreativeModeSlotPacket : public Packet, public enable_shared_from_this<SetCreativeModeSlotPacket>
|
||||
class SetCreativeModeSlotPacket : public Packet, public std::enable_shared_from_this<SetCreativeModeSlotPacket>
|
||||
{
|
||||
public:
|
||||
int slotNum;
|
||||
|
||||
Reference in New Issue
Block a user