mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
9121bf41c5
- Add in bool cheks - Fix component class files so they compile and link - Fin inheritance
6 lines
152 B
C++
6 lines
152 B
C++
#include "RacingSoundTriggerComponent.h"
|
|
|
|
RacingSoundTriggerComponent::RacingSoundTriggerComponent(Entity* parent) : SoundTriggerComponent(parent) {
|
|
|
|
}
|