cleans up imports
This commit is contained in:
parent
51f8ee66e6
commit
6162eb090f
10 changed files with 23 additions and 37 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use super::{IdentifiedItem, MasterDungeonMap, Name, ObfuscatedName};
|
||||
use crate::{Item, Player};
|
||||
use crate::{IdentifiedItem, Item, MasterDungeonMap, Name, ObfuscatedName, Player};
|
||||
use specs::prelude::*;
|
||||
|
||||
pub struct ItemIdentificationSystem {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue