#include "Vehicle.h" AVehicle::AVehicle() {} void AVehicle::Spawn() { } void AVehicle::BeginPlay() { } void AVehicle::Tick() { } void AVehicle::Draw(s32 playerId) { } void AVehicle::Collision(s32 playerId, Player* player) { }