Files
FNGameProj/Source/FortniteGame/Private/FortBroadcastInfoPerPlayer.cpp
T
2024-06-07 01:17:09 +02:00

9 lines
186 B
C++

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