*/ class UploadSpecificBuildingEvent extends PartListBuildingEvent { public string $suffix; public function __construct(string $suffix) { parent::__construct(); $this->suffix = $suffix; } }