|
|
|
@ -35,6 +35,9 @@ namespace ${SanitizedCppName}
|
|
|
|
static void GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required);
|
|
|
|
static void GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required);
|
|
|
|
static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent);
|
|
|
|
static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${SanitizedCppName}SystemComponent();
|
|
|
|
|
|
|
|
~${SanitizedCppName}SystemComponent();
|
|
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
protected:
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
// ${SanitizedCppName}RequestBus interface implementation
|
|
|
|
// ${SanitizedCppName}RequestBus interface implementation
|
|
|
|
|