mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-28 18:37:16 +09:00
- Adjusted SDK UGameViewportClient class members and padding - Created helper function to get local player - precompile headers for SDK - SDK made into a static library ( single compile as its never changed )
27 lines
627 B
C++
27 lines
627 B
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x0 (0x28 - 0x28)
|
|
// AnimBlueprintGeneratedClass ALI_HumanHair.ALI_HumanHair_C
|
|
class IALI_HumanHair_C : public IAnimLayerInterface
|
|
{
|
|
public:
|
|
|
|
static class UClass* StaticClass();
|
|
static class IALI_HumanHair_C* GetDefaultObj();
|
|
|
|
void HairLayer(const struct FPoseLink& InPose, struct FPoseLink* HairLayer);
|
|
};
|
|
|
|
}
|
|
|
|
|