mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 23:27:07 +00:00
refactor: unglob std::shared_ptr
This commit is contained in:
@@ -18,7 +18,7 @@ ContainerSetSlotPacket::ContainerSetSlotPacket()
|
||||
item = nullptr;
|
||||
}
|
||||
|
||||
ContainerSetSlotPacket::ContainerSetSlotPacket(int containerId, int slot, shared_ptr<ItemInstance> item)
|
||||
ContainerSetSlotPacket::ContainerSetSlotPacket(int containerId, int slot, std::shared_ptr<ItemInstance> item)
|
||||
{
|
||||
this->containerId = containerId;
|
||||
this->slot = slot;
|
||||
|
||||
Reference in New Issue
Block a user