mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2024-12-22 14:37:30 +08:00
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];
|
|
};
|
|
|