mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-05 07:25:16 +00:00
refactor: unglob std::enable_shared_from_this
This commit is contained in:
@@ -3,7 +3,7 @@ using namespace std;
|
||||
|
||||
#include "Packet.h"
|
||||
|
||||
class UpdateGameRuleProgressPacket : public Packet, public enable_shared_from_this<UpdateGameRuleProgressPacket>
|
||||
class UpdateGameRuleProgressPacket : public Packet, public std::enable_shared_from_this<UpdateGameRuleProgressPacket>
|
||||
{
|
||||
public:
|
||||
ConsoleGameRules::EGameRuleType m_definitionType;
|
||||
|
||||
Reference in New Issue
Block a user