1
0
Fork 0

Basic project structure

This commit is contained in:
Alexey 2025-02-15 18:07:20 +03:00
commit 542f0c07d5
4 changed files with 21 additions and 0 deletions

6
src/animal.rs Normal file
View file

@ -0,0 +1,6 @@
use bevy::prelude::*;
#[derive(Component)]
pub struct Animal {
//pub properties: Vec<тут крч пропертис>
}