Split crate into shared logic library and binary crate (#52)
This commit is contained in:
4
crates/shared/src/head.rs
Normal file
4
crates/shared/src/head.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
use bevy::prelude::*;
|
||||
|
||||
#[derive(Component, Debug)]
|
||||
pub struct ActiveHead(pub usize);
|
||||
Reference in New Issue
Block a user