Update activing and racing components

Hopefully not going to rename them for a third time, no way
This commit is contained in:
Aaron Kimbre
2023-06-26 15:06:33 -05:00
parent 68f90b7136
commit fd182d222f
22 changed files with 2175 additions and 2176 deletions

View File

@@ -0,0 +1,5 @@
#include "RacingComponent.h"
RacingComponent::RacingComponent(Entity* parent) : RacingControlComponent(parent) {
}