diff --git a/Server/src/main/content/global/skill/cooking/TeaInteraction.kt b/Server/src/main/content/global/skill/cooking/TeaInteraction.kt new file mode 100644 index 000000000..6eb2d3cf9 --- /dev/null +++ b/Server/src/main/content/global/skill/cooking/TeaInteraction.kt @@ -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") + } +} \ No newline at end of file