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

8 lines
152 B
C++
Executable file

#include "EnemySpawnItem.h"
FEnemySpawnItem::FEnemySpawnItem() {
this->enemy = NULL;
this->Count = 0;
this->VeteranComposition = 0.00f;
}