// Start is called before the first frame update
 void Start()
 {
     m = new Mover2_6();
     a = new Attractor();
 }