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

12 lines
363 B
C++

#pragma once
#include "FortItemDefinition.h"
#include "FortVolume.h"
extern inline __int64 (*LoadPlaysetOriginal)(class UPlaysetLevelStreamComponent* a1) = nullptr;
class UFortPlaysetItemDefinition : public UFortItemDefinition // UFortAccountItemDefinition
{
public:
static void ShowPlayset(UFortPlaysetItemDefinition* PlaysetItemDef, AFortVolume* Volume);
};