More removal fixes

This commit is contained in:
karlberg
2021-05-11 16:36:44 -07:00
parent b2a92b1950
commit 35500981eb
3 changed files with 19 additions and 0 deletions
@@ -878,6 +878,8 @@ namespace AzFramework
AZ::SerializeContext* serializeContext = azrtti_cast<AZ::SerializeContext*>(reflection);
if (serializeContext)
{
serializeContext->ClassDeprecate("NetBindable", "{80206665-D429-4703-B42E-94434F82F381}");
serializeContext->Class<TransformComponent, AZ::Component>()
->Version(4, &TransformComponentVersionConverter)
->Field("Parent", &TransformComponent::m_parentId)