mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 16:01:59 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -4,7 +4,7 @@ using namespace std;
|
||||
#include "../../Commands/CommandsEnum.h"
|
||||
#include "Packet.h"
|
||||
|
||||
class GameCommandPacket : public Packet, public enable_shared_from_this<GameCommandPacket>
|
||||
class GameCommandPacket : public Packet, public std::enable_shared_from_this<GameCommandPacket>
|
||||
{
|
||||
public:
|
||||
EGameCommand command;
|
||||
|
||||
Reference in New Issue
Block a user