mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
13 lines
302 B
C++
13 lines
302 B
C++
#include "AthenaBroadcastFollowedPlayerInfoBase.h"
|
|
|
|
|
|
|
|
|
|
void UAthenaBroadcastFollowedPlayerInfoBase::OnFollowedPlayerChanged(AFortPlayerControllerSpectating* SpectatingPC, AFortPlayerState* FollowedPlayerState) {
|
|
}
|
|
|
|
|
|
UAthenaBroadcastFollowedPlayerInfoBase::UAthenaBroadcastFollowedPlayerInfoBase() {
|
|
}
|
|
|