Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/include/RE/B/BGSInventoryItemEvent.h
T
2026-05-30 18:33:24 +12:00

22 lines
281 B
C++

#pragma once
#include "RE/B/BSPointerHandle.h"
namespace RE
{
namespace InventoryInterface
{
class Handle;
}
namespace BGSInventoryItemEvent
{
class Event
{
public:
ObjectRefHandle owner; // 00
InventoryInterface::Handle* item; // 04
};
}
}