Merge pull request #5 from osuAkatsuki/tsunyoku-patch-1

feat: add effective_miss_count to attrs
This commit is contained in:
James
2022-12-27 23:23:02 +00:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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,
}
}
+1
View File
@@ -165,4 +165,5 @@ pub struct OsuPerformanceAttributes {
pub pp_aim: f64,
pub pp_flashlight: f64,
pub pp_speed: f64,
pub effective_miss_count: f64,
}