mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
4 lines
78 B
Rust
4 lines
78 B
Rust
use bevy::prelude::*;
|
|
|
|
pub const fn despawn_floor(mut _commands: Commands) {}
|