public Treadmill(Overworld world, int radius, Actor actor) { this.world = world; this.radius = radius; this.actor = actor; this.scale = Overworld.GetCellScale(); this.currentCoords = Util.CoordsFromPosition(actor.Translation, scale); InitialRequests(); }