mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 19:54:58 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -4,7 +4,7 @@ using namespace std;
|
||||
#include "Packet.h"
|
||||
#include "../../Entities/SyncedEntityData.h"
|
||||
|
||||
class SetEntityDataPacket : public Packet, public enable_shared_from_this<SetEntityDataPacket>
|
||||
class SetEntityDataPacket : public Packet, public std::enable_shared_from_this<SetEntityDataPacket>
|
||||
{
|
||||
public:
|
||||
int id;
|
||||
|
||||
Reference in New Issue
Block a user