From a8dc0dc3be2679605880b1948c61b7dfe2f35f10 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:48:21 +0100 Subject: feat: Ghost Coin Drop Detection --- basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'basetypes') diff --git a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt index b353e29..e1413a6 100644 --- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt +++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt @@ -24,6 +24,7 @@ enum class TransactionType { DRACONIC_SACRIFICE, DUNGEON_CHEST_OPEN, FORGED, + GHOST_COIN_DROP, GOD_POTION_DRANK, GOD_POTION_MIXIN_DRANK, GUMMY_POLAR_BEAR_ATE, -- cgit