Skip to content

Commit

Permalink
remove ones
Browse files Browse the repository at this point in the history
  • Loading branch information
notTamion committed Jan 4, 2025
1 parent 809f896 commit 61f4a14
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ public enum InventoryAction {
* Some of the items on the clicked slot are moved into the bundle on the cursor.
*/
PICKUP_SOME_INTO_BUNDLE,
/**
* One of the items on the clicked slot is moved into the bundle on the cursor.
*/
PICKUP_ONE_INTO_BUNDLE,
/**
* The first stack of items is moved to the clicked slot.
*/
Expand All @@ -121,9 +117,5 @@ public enum InventoryAction {
* Some of the items on the cursor are moved into the bundle in the clicked slot.
*/
PLACE_SOME_INTO_BUNDLE,
/**
* One of the items on the cursor is moved into the bundle in the clicked slot.
*/
PLACE_ONE_INTO_BUNDLE,
;
}

0 comments on commit 61f4a14

Please sign in to comment.