Files
FNGameProj/Source/ArsenicCoreRuntime/Private/ArsenicCorePopulationGridCellData.cpp
T
2024-03-03 23:44:39 +01:00

10 lines
244 B
C++

#include "ArsenicCorePopulationGridCellData.h"
FArsenicCorePopulationGridCellData::FArsenicCorePopulationGridCellData() {
this->NumGhostPlayers = 0;
this->NumGhostBots = 0;
this->NumHumanPlayers = 0;
this->NumHumanBots = 0;
}