This commit is contained in:
Rendo 2025-11-15 10:32:49 +05:00
commit 45fee92eea
6 changed files with 37 additions and 90 deletions

4
src/ships/enemy.rs Normal file
View file

@ -0,0 +1,4 @@
use bevy::ecs::component::Component;
#[derive(Component)]
pub struct Enemy;