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

9 lines
108 B
C++

#include "TotalPlayers.h"
FTotalPlayers::FTotalPlayers() {
Humans = 0;
Bots = 0;
Total = 0;
}