| 6 | |
| 7 | #[derive(Debug, Deserialize, Serialize)] |
| 8 | pub(crate) struct VolumeConfig { |
| 9 | main: f32, |
| 10 | bgm: f32, |
| 11 | voice: f32, |
| 12 | } |
| 13 | |
| 14 | impl Default for VolumeConfig { |
| 15 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected