mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
7 lines
168 B
C++
7 lines
168 B
C++
#include "FortDecoItemDefinition.h"
|
|
|
|
static UClass* StaticClass()
|
|
{
|
|
static auto ptr = FindObject<UClass>("/Script/FortniteGame.FortDecoItemDefinition");
|
|
return ptr;
|
|
} |