Files
Reboot-Launcher/dependencies/reboot/Project Reboot 3.0/PlaysetLevelStreamComponent.h
Alessandro Autiero b41e22adeb <feat: New project structure>
<feat: New release>
2023-09-02 15:34:15 +02:00

13 lines
390 B
C++

#pragma once
#include "ActorComponent.h"
#include "FortPlaysetItemDefinition.h"
class UPlaysetLevelStreamComponent : public UActorComponent
{
public:
static inline void (*SetPlaysetOriginal)(UPlaysetLevelStreamComponent* Component, UFortPlaysetItemDefinition* NewPlayset);
static void SetPlaysetHook(UPlaysetLevelStreamComponent* Component, UFortPlaysetItemDefinition* NewPlayset);
};