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

9 lines
204 B
C++
Executable file

#include "LevelGenerationDebris.h"
ULevelGenerationDebris::ULevelGenerationDebris() {
this->Debris = NULL;
this->Influencer = NULL;
this->range = 1000.00f;
this->SelfActivate = false;
}