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

9 lines
280 B
C++
Executable file

#include "SpawnResourceGenerationItem.h"
#include "Components/SphereComponent.h"
ASpawnResourceGenerationItem::ASpawnResourceGenerationItem() {
this->Resource = NULL;
this->BaseAmount = 0.00f;
this->Sphere = CreateDefaultSubobject<USphereComponent>(TEXT("Root"));
}