void Start() { vel = GetComponent <Velocity2D> (); avel = GetComponent <AngularVelocity2D> (); }
void Start() { vel = GetComponent <Velocity2D> (); }