(&mut self, index: usize, bgm: String)
| 140 | |
| 141 | pub(crate) fn insert_bgm(&mut self, index: usize, bgm: String) { |
| 142 | self.bgm.insert(index, bgm); |
| 143 | } |
| 144 | |
| 145 | pub(crate) fn insert_choice(&mut self, choice: String, label: Label) { |
| 146 | self.choices.insert(choice, label); |
| 147 | } |