WIP prefabs loader

This commit is contained in:
2025-07-20 13:58:37 -04:00
parent e3191e6827
commit babb74b2f7
37 changed files with 7099 additions and 407 deletions

View File

@@ -0,0 +1,9 @@
use bevy::prelude::*;
pub struct ShipCamPlugin;
impl Plugin for ShipCamPlugin {
fn build(&self, _app: &mut App) {
todo!()
}
}