mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
16 lines
532 B
C++
16 lines
532 B
C++
#include "FortItemCollectorWidget.h"
|
|
|
|
void UFortItemCollectorWidget::OnItemCollectorValuesChanged_Implementation(UFortWorldItemDefinition* InputItem, int32 Goal, int32 deposit, int32 Captures) {
|
|
}
|
|
|
|
void UFortItemCollectorWidget::OnItemCollectorStateChanged_Implementation(EFortItemCollectorState ItemCollectorState) {
|
|
}
|
|
|
|
void UFortItemCollectorWidget::OnItemCollectorChanged_Implementation(ABuildingItemCollectorActor* OutItemCollector) {
|
|
}
|
|
|
|
UFortItemCollectorWidget::UFortItemCollectorWidget() {
|
|
this->ItemCollector = NULL;
|
|
}
|
|
|