PalWorld-NetCrack/libs/SDKLibrary/PropertyFixup.hpp
NightFyre 9a743d2b16 toggle fullbright feature
- 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 )
2024-01-29 06:39:29 -05:00

25 lines
319 B
C++

#pragma once
// Definitions for missing Properties
class FMulticastSparseDelegateProperty_
{
unsigned __int8 Pad[0x1];
};
class FMulticastInlineDelegateProperty_
{
unsigned __int8 Pad[0x10];
};
class FDelegateProperty_
{
unsigned __int8 Pad[0x10];
};
class FFieldPathProperty_
{
unsigned __int8 Pad[0x20];
};