7 lines
127 B
C++
Executable file
7 lines
127 B
C++
Executable file
#include "PlanetZoneItem.h"
|
|
|
|
FPlanetZoneItem::FPlanetZoneItem() {
|
|
this->Zone = NULL;
|
|
this->HasSpecialEvent = false;
|
|
}
|
|
|