MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / VolumeConfig

Class VolumeConfig

src/config/volume.rs:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Debug, Deserialize, Serialize)]
8pub(crate) struct VolumeConfig {
9 main: f32,
10 bgm: f32,
11 voice: f32,
12}
13
14impl Default for VolumeConfig {
15 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected