11 lines
109 B
Rust

use bevy::prelude::*;
pub fn setup(mut commands: Commands) {
}
pub fn update(time: Res<Time>,) {
}