We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62358ef commit 9e3cf1aCopy full SHA for 9e3cf1a
Gems/CsvSpawner/Code/Include/CsvSpawner/CsvSpawnerInterface.h
@@ -55,7 +55,7 @@ namespace CsvSpawner
55
* CsvSpawnerInterface is an Event Bus interface that notifies multiple
56
* listeners when entity spawning begins and finishes.
57
*/
58
- class CsvSpawnerInterface final : public AZ::EBusTraits
+ class CsvSpawnerInterface : public AZ::EBusTraits
59
{
60
public:
61
virtual ~CsvSpawnerInterface() = default;
0 commit comments