mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
quite a good update
Fixed Devourer of Worlds Event, Fixed chapter 2+ editing bug, Fixed all other bugs with editing, Fixed S13+ lategame.
This commit is contained in:
@@ -33,7 +33,8 @@ class ABuildingFoundation : public ABuildingSMActor
|
||||
{
|
||||
public:
|
||||
static inline void (*SetDynamicFoundationEnabledOriginal)(UObject* Context, FFrame& Stack, void* Ret);
|
||||
static inline void (*SetDynamicFoundationTransformOriginal)(UObject* Context, FFrame& Stack, void* Ret);
|
||||
|
||||
static void SetDynamicFoundationTransformHook(UObject* Context, FFrame& Stack, void* Ret);
|
||||
static void SetDynamicFoundationEnabledHook(UObject* Context, FFrame& Stack, void* Ret);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user