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

7 lines
186 B
C++

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