Files
Project-Reboot-3.0/Project Reboot 3.0/FortInventoryInterface.h
2023-03-12 16:00:26 -04:00

9 lines
200 B
C++

#pragma once
#include "Object.h"
class UFortInventoryInterface
{
public:
static char RemoveInventoryItemHook(__int64 a1, FGuid a2, int Count, char bForceRemoveFromQuickBars, char bForceRemoval);
};