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

7 lines
186 B
C++

#include "FortDecoItemDefinition.h"
UClass* UFortDecoItemDefinition::StaticClass()
{
static auto ptr = FindObject<UClass>("/Script/FortniteGame.FortDecoItemDefinition");
return ptr;
}