speed system - NYI

This commit is contained in:
Llywelwyn 2023-07-31 03:05:25 +01:00
parent 475f96d4e6
commit dce40ac741
8 changed files with 80 additions and 3 deletions

View file

@ -46,6 +46,15 @@ pub struct LootTable {
pub chance: f32,
}
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
pub struct Energy {
pub current: i32,
pub speed: i32,
}
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
pub struct TakingTurn {}
#[derive(Component, Debug, Serialize, Deserialize, Clone)]
pub struct Bystander {}