Files
Project-Reboot-3.0/Project Reboot 3.0/FortWeapon.cpp
2023-03-05 01:03:51 -05:00

9 lines
176 B
C++

#include "FortWeapon.h"
#include "reboot.h"
UClass* AFortWeapon::StaticClass()
{
static auto Class = FindObject<UClass>(L"/Script/FortniteGame.FortWeapon");
return Class;
}