cleans up imports
This commit is contained in:
parent
51f8ee66e6
commit
6162eb090f
10 changed files with 23 additions and 37 deletions
|
|
@ -1,11 +1,3 @@
|
|||
use super::{
|
||||
gamelog, Confusion, Consumable, Cursed, Destructible, Digger, EquipmentChanged, Equippable, Equipped, HungerClock,
|
||||
HungerState, IdentifiedItem, InBackpack, InflictsDamage, MagicItem, MagicMapper, Map, MasterDungeonMap, Name,
|
||||
ObfuscatedName, ParticleBuilder, Point, Pools, Position, ProvidesHealing, ProvidesNutrition, RandomNumberGenerator,
|
||||
RunState, TileType, Viewshed, Wand, WantsToDropItem, WantsToPickupItem, WantsToRemoveItem, WantsToUseItem, AOE,
|
||||
DEFAULT_PARTICLE_LIFETIME, LONG_PARTICLE_LIFETIME,
|
||||
};
|
||||
|
||||
mod collection_system;
|
||||
mod drop_system;
|
||||
mod equip_system;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue