Merge pull request #5 from osuAkatsuki/tsunyoku-patch-1
feat: add effective_miss_count to attrs
This commit is contained in:
@@ -349,6 +349,7 @@ impl<'m> OsuPP<'m> {
|
||||
pp_flashlight: 0.0,
|
||||
pp_speed: speed_value as f64,
|
||||
pp: pp as f64,
|
||||
effective_miss_count: effective_miss_count as f64,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -165,4 +165,5 @@ pub struct OsuPerformanceAttributes {
|
||||
pub pp_aim: f64,
|
||||
pub pp_flashlight: f64,
|
||||
pub pp_speed: f64,
|
||||
pub effective_miss_count: f64,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user