pub fn handle_chunk_batch_finished_event(
query: Query<'_, '_, &mut ChunkBatchInfo>,
events: EventReader<'_, '_, ChunkBatchFinishedEvent>,
commands: Commands<'_, '_>,
)
pub fn handle_chunk_batch_finished_event(
query: Query<'_, '_, &mut ChunkBatchInfo>,
events: EventReader<'_, '_, ChunkBatchFinishedEvent>,
commands: Commands<'_, '_>,
)