local player = {
x = 0,
y = 0,
z = 0,
vx = 0,
vy = 0,
yaw = 0,
pitch = 0,
desx = 0,
desy = 0,
}
function player.updateDesiredDirection( x, y )
end
function player.update( dt )
return player