Files
Project-Reboot-3.0/Project Reboot 3.0/FortPlaysetItemDefinition.h
2023-03-08 01:39:09 -05:00

14 lines
404 B
C++

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