Mercurial > touhou
comparison src/th06/enemy.rs @ 683:8c50a7b19425
ecl_vm: more work
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Fri, 16 Aug 2019 23:45:28 +0200 |
parents | 082c39d7d1c3 |
children | c8bb28961d31 |
comparison
equal
deleted
inserted
replaced
682:d6cc9086058c | 683:8c50a7b19425 |
---|---|
205 boss_callback: Option<Callback>, | 205 boss_callback: Option<Callback>, |
206 low_life_callback: Option<Callback>, | 206 low_life_callback: Option<Callback>, |
207 timeout_callback: Option<Callback>, | 207 timeout_callback: Option<Callback>, |
208 | 208 |
209 // Laser. | 209 // Laser. |
210 laser_by_id: HashMap<u32, Laser>, | 210 pub(crate) laser_by_id: HashMap<u32, Laser>, |
211 | 211 |
212 // Options. | 212 // Options. |
213 // TODO: actually a 8 element array. | 213 // TODO: actually a 8 element array. |
214 options: Vec<Element>, | 214 options: Vec<Element>, |
215 | 215 |