DRG-Femboy-Voice/Source/FSD/Private/TerrainLateJoinIteration.cpp
2025-04-15 12:39:31 -07:00

18 lines
481 B
C++
Executable file

#include "TerrainLateJoinIteration.h"
FTerrainLateJoinIteration::FTerrainLateJoinIteration() {
this->DrillsIndex = 0;
this->MeltsIndex = 0;
this->PickAxeIndex = 0;
this->FloatingIndex = 0;
this->ColliderCarvesIndex = 0;
this->MeshCarvesIndex = 0;
this->ExplosionsIndex = 0;
this->SplineIndex = 0;
this->CSGIndex = 0;
this->SpawnDebrisIndex = 0;
this->LateJoinIndex = 0;
this->DebrisIndex = 0;
this->ChunkVisibilityIndex = 0;
}