maze-ascension/src/floor/systems/despawn.rs

4 lines
78 B
Rust

use bevy::prelude::*;
pub const fn despawn_floor(mut _commands: Commands) {}