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 )
25 lines
319 B
C++
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];
|
|
};
|
|
|