Migrated to bevy 0.17, deleted traits in favor of built-in bevy
structures
This commit is contained in:
parent
0319cb5a0e
commit
311285693c
7 changed files with 1290 additions and 894 deletions
4
src/animal_properties/mod.rs
Normal file
4
src/animal_properties/mod.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use bevy::prelude::Component;
|
||||
|
||||
#[derive(Component)]
|
||||
pub struct AnimalProperty;
|
||||
Loading…
Add table
Add a link
Reference in a new issue