This commit is contained in:
TotallyNot 2025-11-03 16:36:45 +01:00
parent e7d6b74aab
commit 35413b563c
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
33 changed files with 10238 additions and 1891 deletions

View file

@ -1,6 +1,6 @@
use bevy_ecs::prelude::*;
use crate::entity_registry::EntityInfo;
pub use crate::entity_registry::EntityInfo;
pub use crate::passives::{DrugCooldown, Education, FactionUpgrades, Merits};
pub use crate::player::PlayerStrategy;
use crate::weapon::Japanese;