Пример #1
0
 public void setup(CitizenControl _citizenControl, StructureControl _structureControl, AchievementControl _achievementControl, Node _location)
 {
     citizenControl                = _citizenControl;
     structureControl              = _structureControl;
     achievementControl            = _achievementControl;
     location                      = _location;
     action                        = ActionFactory.getAction(this);
     actionsLeftUntilMatingAllowed = 0;
     isZombie                      = false;
 }