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

9 lines
204 B
C++

#include "FortBroadcastInfoPerPlayer.h"
FFortBroadcastInfoPerPlayer::FFortBroadcastInfoPerPlayer() {
this->PlayerState = NULL;
this->PlayerInventory = NULL;
this->PlayerClientInfo = NULL;
}