mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-29 18:22:32 +08:00
Projektdateien hinzufügen.
This commit is contained in:
24
EscapeTheBackroomsGUiTest/SDK/PropertyFixup.hpp
Normal file
24
EscapeTheBackroomsGUiTest/SDK/PropertyFixup.hpp
Normal file
@ -0,0 +1,24 @@
|
||||
#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];
|
||||
};
|
||||
|
Reference in New Issue
Block a user