Qbox-project / qbx_vehiclekeys

GNU General Public License v3.0
5 stars 36 forks source link

refactor(client): use global functions instead of modules #134

Closed Manason closed 4 days ago

Manason commented 4 days ago

This makes it easier to refactor and split off feature based files. functions.lua is too broad and became a dumping ground.

Also deleted raycasting, which was not being used.