make inv mod pub

This commit is contained in:
jake 2020-11-09 19:07:41 -07:00
parent 2d5f83fab6
commit c7a310391f

View File

@ -1,6 +1,6 @@
mod bank;
mod floor;
mod inventory;
pub mod inventory;
mod manager;
pub mod use_tool;
use serde::{Serialize, Deserialize};