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

7 lines
180 B
C++

#include "FOBSaveFileBuildingInstructionsHandler.h"
AFOBSaveFileBuildingInstructionsHandler::AFOBSaveFileBuildingInstructionsHandler() {
BuildingPieceConstructionTime = 1;
}