this was supposed to be for unsealing/combining items

This commit is contained in:
andy 2021-08-15 14:24:20 +00:00
parent e82fe779fc
commit b8961d665d

View File

@ -4,7 +4,6 @@ pub mod inventory;
pub mod manager;
pub mod transaction;
pub mod use_tool;
// pub mod use_weapon;
use serde::{Serialize, Deserialize};
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq, Serialize, Deserialize, derive_more::Display)]