mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
13 lines
344 B
C++
13 lines
344 B
C++
#include "FortDynamicBuildingDeconstructor.h"
|
|
|
|
AFortDynamicBuildingDeconstructor::AFortDynamicBuildingDeconstructor() {
|
|
bDebugDrawBounds = false;
|
|
bSelectiveDestruction = false;
|
|
bIgnoreMissionActors = false;
|
|
bShrinkAndDestroyEffect = false;
|
|
NumOfPiecesToDestroyAtOnce = 0;
|
|
TimeBetweenChunks = 1;
|
|
CurrentIndex = 0;
|
|
}
|
|
|