Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Grizelj committed Nov 5, 2023
1 parent dcde20a commit 3781e65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rand/scaling.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
use crate::json::Scaling;

use dioxus::core::Mutation;
use rand_xoshiro::rand_core::RngCore;
use rand_xoshiro::Xoshiro256StarStar;

use crate::consts;
use crate::rand::{structs::EncounterData, Objects};

use std::cmp::max;

pub fn patch(preset: &Scaling, objects: &mut Objects, rng: &mut Xoshiro256StarStar) {
let len = objects.encounters.original.len();
let modified_encounters = &mut objects.encounters.modified;
Expand Down

0 comments on commit 3781e65

Please sign in to comment.