theangryangel / insim.rs

Crates for working with the Live For Speed Racing Simulator
MIT License
6 stars 1 forks source link

Vehicle should probably be an enum #111

Closed theangryangel closed 9 months ago

theangryangel commented 9 months ago
enum Vehicle {
   Xfg,
   Xrg,
   ...,
   Mod(Inner),
}