11.03.2015, 14:11
I changed MySQL package ;'D
I have the Vehicle class and it looks like You wrote above. What is difference between constructors:
If I use first, there is no car in server, but if I use second, the vehicle is created in the server.
I have the Vehicle class and it looks like You wrote above. What is difference between constructors:
Код:
new Vehicle(400); new Vehicle(400, new Vector(1.0f, 1.0f, 1.0f), 1.0f, 3, 3);