This commit is contained in:
Joshua Barretto
2020-07-14 20:11:39 +00:00
committed by Monty Marz
parent d5bfae886e
commit 8d6b442193
122 changed files with 1545 additions and 181 deletions

View File

@ -15,6 +15,7 @@ pub enum InventoryManip {
Use(Slot),
Swap(Slot, Slot),
Drop(Slot),
CraftRecipe(String),
}
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]