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

7 lines
141 B
C++

#include "DecoPlacementState.h"
FDecoPlacementState::FDecoPlacementState() {
CanPlaceState = EFortDecoPlacementQueryResults::CanAdd;
}