1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 15:40:29 +01:00

Removed irrelevant comment

This commit is contained in:
Rich Dunne 2020-10-08 06:15:48 -06:00
parent a47e736494
commit b17135814c

View file

@ -8,9 +8,6 @@ namespace SceneManager
{
internal static class VehicleCollector
{
// Driving styles https://gtaforums.com/topic/822314-guide-driving-styles/
// also https://vespura.com/fivem/drivingstyle/
internal static List<CollectedVehicle> collectedVehicles = new List<CollectedVehicle>();
internal static void StartCollectingAtWaypoint(List<Path> paths, Path path, Waypoint waypoint)