initEntity() public method

public initEntity ( )
 public function initEntity()
 {
     $this->setMaxHealth(20);
     parent::initEntity();
 }