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

8 lines
163 B
C++

#include "FortBatchUpdatePlayer_Update.h"
FFortBatchUpdatePlayer_Update::FFortBatchUpdatePlayer_Update() {
this->TheaterNum = 0;
this->OutpostNum = 0;
}