12 enum class InventorySourceFlags : uint {
14 WorldInteractionRandom = 1,
20 ::ll::TypedStorage<4, 4, ::InventorySourceType> mType;
21 ::ll::TypedStorage<1, 1, ::ContainerID> mContainerId;
22 ::ll::TypedStorage<4, 4, ::InventorySource::InventorySourceFlags> mFlags;
27 return this->mType == other.mType && this->mContainerId == other.mContainerId && this->mFlags == other.mFlags;