mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 16:07:45 +00:00
Fix doc comments
This commit is contained in:
parent
13da396932
commit
85f0a0cd49
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ pub const COMPLETED_QUEST_BITMASK_SIZE: usize = 691;
|
||||||
/// The operation opcode/type when discarding an item from the inventory.
|
/// The operation opcode/type when discarding an item from the inventory.
|
||||||
pub const INVENTORY_ACTION_DISCARD: u8 = 145;
|
pub const INVENTORY_ACTION_DISCARD: u8 = 145;
|
||||||
|
|
||||||
// The operation opcode/type when moving an item to an emtpy slot in the inventory.
|
/// The operation opcode/type when moving an item to an emtpy slot in the inventory.
|
||||||
pub const INVENTORY_ACTION_MOVE: u8 = 146;
|
pub const INVENTORY_ACTION_MOVE: u8 = 146;
|
||||||
|
|
||||||
// The operation opcode/type when moving an item to a slot occupied by another in the inventory.
|
/// The operation opcode/type when moving an item to a slot occupied by another in the inventory.
|
||||||
pub const INVENTORY_ACTION_EXCHANGE: u8 = 147;
|
pub const INVENTORY_ACTION_EXCHANGE: u8 = 147;
|
||||||
|
|
Loading…
Add table
Reference in a new issue