Files
FNGameProj/Source/FortniteGame/Private/FortTheaterTileEditorData.cpp
T
2024-06-07 01:17:09 +02:00

13 lines
297 B
C++

#include "FortTheaterTileEditorData.h"
FFortTheaterTileEditorData::FFortTheaterTileEditorData() {
XCoordinate = 0;
YCoordinate = 0;
ZoneTheme = NULL;
Region = NULL;
TileType = EFortTheaterMapTileType::Normal;
bCanBeMissionAlert = false;
bDisallowQuickplay = false;
}