mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 00:36:27 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -22,7 +22,7 @@ PlayerCommandPacket::PlayerCommandPacket()
|
||||
action = 0;
|
||||
}
|
||||
|
||||
PlayerCommandPacket::PlayerCommandPacket(shared_ptr<Entity> e, int action)
|
||||
PlayerCommandPacket::PlayerCommandPacket(std::shared_ptr<Entity> e, int action)
|
||||
{
|
||||
id = e->entityId;
|
||||
this->action = action;
|
||||
|
||||
Reference in New Issue
Block a user