Merge branch 'development' of https://github.com/o3de/o3de into mp_blending_cleanup

This commit is contained in:
puvvadar
2021-09-17 15:03:43 -07:00
3870 changed files with 475008 additions and 107412 deletions
@@ -81,6 +81,12 @@ namespace Multiplayer
LocalPredictionPlayerInputComponentBase::Reflect(context);
}
void LocalPredictionPlayerInputComponent::GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType& provided)
{
LocalPredictionPlayerInputComponentBase::GetProvidedServices(provided);
provided.push_back(AZ_CRC_CE("MultiplayerInputDriver"));
}
void LocalPredictionPlayerInputComponent::OnInit()
{
;