| 61 | } |
| 62 | |
| 63 | void NPCSupport_SceneFinish() |
| 64 | { |
| 65 | zNPCHazard_SceneFinish(); |
| 66 | zNPCGlyph_SceneFinish(); |
| 67 | NPCWidget_SceneFinish(); |
| 68 | NPCSupplement_SceneFinish(); |
| 69 | Firework_SceneFinish(); |
| 70 | } |
| 71 | |
| 72 | void NPCSupport_ScenePostInit() |
| 73 | { |
no test coverage detected