cleans up imports

This commit is contained in:
Llywelwyn 2023-08-17 05:52:14 +01:00
parent 51f8ee66e6
commit 6162eb090f
10 changed files with 23 additions and 37 deletions

View file

@ -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 {}