/* * Copyright (c) Contributors to the Open 3D Engine Project * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include "EditorAreaDebugComponent.h" #include #include #include #include #include #include #include #include namespace Vegetation { void EditorAreaDebugComponent::Reflect(AZ::ReflectContext* context) { EditorVegetationComponentBase::ReflectSubClass(context); } }