mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Crafting
This commit is contained in:
committed by
Monty Marz
parent
d5bfae886e
commit
8d6b442193
@ -15,6 +15,7 @@ pub enum InventoryManip {
|
||||
Use(Slot),
|
||||
Swap(Slot, Slot),
|
||||
Drop(Slot),
|
||||
CraftRecipe(String),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
|
||||
|
Reference in New Issue
Block a user