public override void Render(Entity entity) { transform.DOMove(PositionCalculator.Calculate(entity.Get <PositionComponent>().Value), 0.1f); }