| 14 | pre_figures: Option<Figure>, |
| 15 | } |
| 16 | |
| 17 | #[derive(Debug, Clone, Default)] |
| 18 | pub(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 |
nothing calls this directly
no outgoing calls
no test coverage detected