Files
FNGameProj/Source/FortniteUI/Private/AthenaSpectatorTrapsLoadoutBase.cpp
2024-01-21 00:41:14 +01:00

14 lines
467 B
C++

#include "AthenaSpectatorTrapsLoadoutBase.h"
void UAthenaSpectatorTrapsLoadoutBase::OnWorldItemListChanged(const TArray<UFortWorldItem*>& ItemsAdded, const TArray<UFortWorldItem*>& ItemsRemoved) {
}
void UAthenaSpectatorTrapsLoadoutBase::OnFollowedPlayerChanged(AFortPlayerControllerSpectating* SpectatingPC, AFortPlayerState* FollowedPlayerState) {
}
UAthenaSpectatorTrapsLoadoutBase::UAthenaSpectatorTrapsLoadoutBase() {
this->LastFollowedPlayer = NULL;
}