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

11 lines
180 B
C++

#include "BuildingFloor.h"
bool ABuildingFloor::IsBalcony() const {
return false;
}
ABuildingFloor::ABuildingFloor() {
bShouldIgnoreForHorizontalHotspotSearch = true;
}