Skip to content

Commit

Permalink
Inventory packets added: Equip & Unequip
Browse files Browse the repository at this point in the history
  • Loading branch information
Emptii committed Apr 18, 2024
1 parent 197686f commit 17bfd6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
4 uint GID // GID of the player who equips the item
1 byte slot // slot the item gets equipped to
4 uint uniqueId // unique id of the item that gets equipped
1 bool isOnehanded // is item that gets equipped a onehanded weapon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
4 uint GID // GID of the player who unequips the item
1 byte slot // slot of the item that gets unequipped
4 uint uniqueId // unique id of the item that gets unequipped

0 comments on commit 17bfd6a

Please sign in to comment.