@Override
public void moveTo(NEField square){
this.square.containtLUnit = null;
this.placeUnitOnSquare(square);
if(main != null && selected!=null){
main.addAnimation(new NEAabsoluteMove(square.getGLX(),square.getGLY(),11f));
super.putGfxPos();
moved.set();
}
}