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

Class BackLog

src/script.rs:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 pre_figures: Option<Figure>,
15}
16
17#[derive(Debug, Clone, Default)]
18pub(crate) struct Timeline {
19 bgm: BTreeMap<usize, String>,
20 backgrounds: BTreeMap<usize, Command>,
21 figures: BTreeMap<usize, Figure>,
22 choices: BTreeMap<usize, HashMap<String, Label>>,
23}
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected