mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Start adding tea making listeners
This commit is contained in:
parent
dd7162b4fe
commit
0198febf9d
1 changed files with 21 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
package content.global.skill.cooking
|
||||
|
||||
import core.game.interaction.InteractionListener
|
||||
|
||||
/**
|
||||
* This deals with all tea mixtures
|
||||
* cup of tea
|
||||
* nettle tea
|
||||
* nettle water
|
||||
* nettle tea (cup)
|
||||
* poh tea
|
||||
* clay
|
||||
* porcelain
|
||||
* gold trim
|
||||
*/
|
||||
class TeaInteraction : InteractionListener {
|
||||
override fun defineListeners() {
|
||||
onUseWith(ITEM, )
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue