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

9 lines
171 B
C++
Executable file

#include "ItemAggregator.h"
void UItemAggregator::UnbindAllEvents() {
}
UItemAggregator::UItemAggregator() {
this->CounterText = FText::FromString(TEXT("Ammo"));
}