mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
14 lines
273 B
C
14 lines
273 B
C
#pragma once
|
|
#include "include/Menu.hpp"
|
|
#include "config.h"
|
|
#include <Windows.h>
|
|
|
|
void ESP();
|
|
|
|
void DrawUActorComponent(SDK::TArray<SDK::UActorComponent*> Comps,ImColor color);
|
|
|
|
void UnlockAllEffigies();
|
|
|
|
void AddToInventoryContainer(__int32 mCount, __int32 mIndex = 0);
|
|
|