mirror of
https://github.com/eliasstepanik/voxel-simulation.git
synced 2026-01-11 13:58:30 +00:00
11 lines
109 B
Rust
11 lines
109 B
Rust
|
|
use bevy::prelude::*;
|
|
|
|
|
|
pub fn setup(mut commands: Commands) {
|
|
|
|
}
|
|
|
|
pub fn update(time: Res<Time>,) {
|
|
|
|
} |