mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
6 lines
79 B
Rust
6 lines
79 B
Rust
pub mod setup;
|
|
|
|
use bevy::prelude::*;
|
|
|
|
pub(super) fn plugin(_app: &mut App) {}
|