7 lines
129 B
C++
Executable file
7 lines
129 B
C++
Executable file
#include "InfectionPoint.h"
|
|
|
|
FInfectionPoint::FInfectionPoint() {
|
|
this->IsInfected = false;
|
|
this->IsVacuumed = false;
|
|
}
|
|
|