Go to file
HeshamTB 4dde706eda Camp: Vehicles list points to null:
vehicles is null, thus, can't use .add() in generateBusses()
	First make an Object in generateBusses() then fill with add().
	Or make generateBusses() only add to an instance member
	(i.e. construct with ref with instance)

Signed-off-by: HeshamTB <hishaminv@gmail.com>
2020-11-09 11:57:35 +03:00
.idea ignore out folder 2020-10-20 12:33:36 +03:00
src Camp: Vehicles list points to null: 2020-11-09 11:57:35 +03:00
.gitignore SUV Class 2020-11-08 02:31:20 +03:00
Hajj-simulation.iml init commit 2020-10-09 22:22:37 +03:00