mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add documentation to bool field
This commit is contained in:
parent
2eb7d366d9
commit
fe38b9b92b
@ -45,6 +45,7 @@ pub enum InventoryManip {
|
||||
Pickup(Uid),
|
||||
Collect {
|
||||
sprite_pos: Vec3<i32>,
|
||||
/// If second field is `true`, item will be consumed on collection.
|
||||
required_item: Option<(InvSlotId, bool)>,
|
||||
},
|
||||
Use(Slot),
|
||||
|
Loading…
Reference in New Issue
Block a user