The type or namespace name `BaseCar' could not be foundFixed
With rust's new vehicle update it raises this error:

CarCommanderLite - Failed to compile: CarCommanderLite.cs(369,20): error CS0246: The type or namespace name `BaseCar' could not be found. Are you missing an assembly reference?

Was BaseCar removed or renamed by this update? How can I fix this?
For fixing this, replace all instances of BaseCar with BasicCar.
Locked automatically