![]() |
Cytopia
0.3
A city building simulation game
|
#include <ZoneArea.hxx>
Public Attributes | |
Point | coordinate = Point::INVALID() |
ZoneType | zoneType |
ZoneDensity | zoneDensity |
bool | occupied = false |
Definition at line 8 of file ZoneArea.hxx.
Point ZoneNode::coordinate = Point::INVALID() |
Definition at line 10 of file ZoneArea.hxx.
bool ZoneNode::occupied = false |
Definition at line 13 of file ZoneArea.hxx.
ZoneDensity ZoneNode::zoneDensity |
Definition at line 12 of file ZoneArea.hxx.
ZoneType ZoneNode::zoneType |
Definition at line 11 of file ZoneArea.hxx.