Beatsaber Rust Utilities: A Beatsaber V3 parsing library.
beatsaber beatmap
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixed NJS being an int.

AlephCubed 90557131 1869e1ba

+1 -1
+1 -1
src/info.rs
··· 157 157 pub file: String, 158 158 #[doc(alias = "node_jump_speed")] 159 159 #[serde(rename = "_noteJumpMovementSpeed")] 160 - pub njs: i32, 160 + pub njs: f32, 161 161 #[doc(alias = "node_jump_distance")] 162 162 #[serde(rename = "_noteJumpStartBeatOffset")] 163 163 pub njd: f32,