Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit c5a6f9e

Browse files
committed
feat: add functionality to close in click data
1 parent 1c4342c commit c5a6f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/src/main/kotlin/com/undefined/cassini/data/item

core/src/main/kotlin/com/undefined/cassini/data/item/ClickData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ClickData<T : ItemMenu<*>>(
2222
}
2323

2424
fun close() {
25-
// TODO
25+
player.closeMenu()
2626
}
2727

2828
fun cancel() {

0 commit comments

Comments
 (0)