Adding implemented constructor/destructor to Template SystemComponent

The System Component now implements a constructor/destructor which is used to initialize/de-initialize the `${SanitizedCppName}Interface` instance
This commit is contained in:
lumberyard-employee-dm
2021-06-10 14:37:58 -05:00
committed by GitHub
parent 9550ec46b4
commit 054dd39e5b
@@ -34,6 +34,9 @@ namespace ${SanitizedCppName}
static void GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType& required);
static void GetDependentServices(AZ::ComponentDescriptor::DependencyArrayType& dependent);
${SanitizedCppName}SystemComponent();
~${SanitizedCppName}SystemComponent();
protected:
////////////////////////////////////////////////////////////////////////
// ${SanitizedCppName}RequestBus interface implementation