9 lines
171 B
C++
Executable file
9 lines
171 B
C++
Executable file
#include "ItemAggregator.h"
|
|
|
|
void UItemAggregator::UnbindAllEvents() {
|
|
}
|
|
|
|
UItemAggregator::UItemAggregator() {
|
|
this->CounterText = FText::FromString(TEXT("Ammo"));
|
|
}
|
|
|