mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
19 lines
577 B
C++
19 lines
577 B
C++
#include "AthenaSpectatorBuildCountBase.h"
|
|
|
|
void UAthenaSpectatorBuildCountBase::UpdateBuildCount() {
|
|
}
|
|
|
|
void UAthenaSpectatorBuildCountBase::OnWorldItemListChanged(const TArray<UFortWorldItem*>& ItemsAdded, const TArray<UFortWorldItem*>& ItemsRemoved) {
|
|
}
|
|
|
|
|
|
void UAthenaSpectatorBuildCountBase::OnFollowedPlayerChanged(AFortPlayerControllerSpectating* SpectatingPC, AFortPlayerState* NewFollowedPlayer) {
|
|
}
|
|
|
|
|
|
UAthenaSpectatorBuildCountBase::UAthenaSpectatorBuildCountBase() {
|
|
this->BuildingClass = NULL;
|
|
this->BuildCountType = ESpectatorBuildCountType::BuildCount;
|
|
}
|
|
|