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