Micro-optimize Workshop Mount VGUI (#2209)
* Micro-optimize workshop mount vgui
- Remove redundant calls
- Cache colors outside of Paint function
* Micro-optimize workshop rocket vgui
- Remove redundant calls
- Remove unused Blast method
- Localize to reduce __index calls in Paint method
* Remove redundant __index call