Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.62 KB | None | 0 0
  1. struct InventoryInterface
  2. {
  3.   InventoryVMT *pVMT;
  4. };
  5. struct InventoryVMT
  6. {
  7.   void *p10006870;
  8.   void *p10010A5F;
  9.   void *p10003F76;
  10.   void *p1000222A;
  11.   void *p10009313;
  12.   void *pcrash1000A885;
  13.   void *p1000ADE4;
  14.   void *p1000853A;
  15.   void *pCallEquipLoadout;
  16.   void *pCallSellUserItem;
  17.   void *pCallBuyBackUserItem;
  18.   void *pCallUpdateLobbyInventoryBag;
  19.   void *pCallApplyItem;
  20.   void *pCallGetInventory;
  21.   void *pCallEquipPlayerWithLoadoutKit;
  22.   void *p10001F00;
  23.   void *pCallReduceInventoryDurability;
  24.   void *p10005B3C;
  25.   void *p1000C36F;
  26.   void *p10005A8D;
  27.   void *pCallRetrieveInventoryFromMailBag;
  28. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement