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

9 lines
105 B
C++

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