Files
Project-Reboot-3.0/Project Reboot 3.0/FortGameModeZone.cpp
2023-03-04 15:06:07 -05:00

11 lines
228 B
C++

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