mirror of
https://github.com/ApfelTeeSaft/Project-Reboot-3.0.git
synced 2026-08-26 19:33:24 +00:00
11 lines
228 B
C++
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;
|
|
} |