DRG-Femboy-Voice/Source/FSD/Private/InfectionPoint.cpp
2025-04-15 12:39:31 -07:00

7 lines
129 B
C++
Executable file

#include "InfectionPoint.h"
FInfectionPoint::FInfectionPoint() {
this->IsInfected = false;
this->IsVacuumed = false;
}