public PlayerTrackingScrollController(Paddle player, float ratio) { this.player = player; this.ScrollRatio = ratio; }