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:
parent
a47e736494
commit
b17135814c
1 changed files with 0 additions and 3 deletions
|
|
@ -8,9 +8,6 @@ namespace SceneManager
|
||||||
{
|
{
|
||||||
internal static class VehicleCollector
|
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 List<CollectedVehicle> collectedVehicles = new List<CollectedVehicle>();
|
||||||
|
|
||||||
internal static void StartCollectingAtWaypoint(List<Path> paths, Path path, Waypoint waypoint)
|
internal static void StartCollectingAtWaypoint(List<Path> paths, Path path, Waypoint waypoint)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue