mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-08 11:15:57 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -5,7 +5,7 @@ using namespace std;
|
||||
|
||||
class Level;
|
||||
|
||||
class BlockRegionUpdatePacket : public Packet, public enable_shared_from_this<BlockRegionUpdatePacket>
|
||||
class BlockRegionUpdatePacket : public Packet, public std::enable_shared_from_this<BlockRegionUpdatePacket>
|
||||
{
|
||||
public:
|
||||
int x, y, z;
|
||||
|
||||
Reference in New Issue
Block a user