pub level
This commit is contained in:
parent
95f1272e11
commit
f401124d9f
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ use serde::{Deserialize, Serialize};
|
||||||
/// Level struct that describes threshold-difficulty factor mapping
|
/// Level struct that describes threshold-difficulty factor mapping
|
||||||
#[derive(Debug, Deserialize, Serialize, Copy, Clone, PartialEq)]
|
#[derive(Debug, Deserialize, Serialize, Copy, Clone, PartialEq)]
|
||||||
pub struct Level {
|
pub struct Level {
|
||||||
visitor_threshold: u32,
|
pub visitor_threshold: u32,
|
||||||
difficulty_factor: u32,
|
pub difficulty_factor: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Bulder struct for [Level] to describe threshold-difficulty factor mapping
|
/// Bulder struct for [Level] to describe threshold-difficulty factor mapping
|
||||||
|
|
Loading…
Reference in a new issue