From 0c60aa3278a9297e143ee4ad998c01b6ef2337b1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:59:47 +0100 Subject: feat: Stonks Auction Detection --- basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'basetypes/src') diff --git a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt index 527b6cd..d4c15e5 100644 --- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt +++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt @@ -36,6 +36,7 @@ enum class TransactionType { NPC_BUY, NPC_SELL, PEST_REPELLENT_USED, + STONKS_AUCTION, VISITOR_BARGAIN, WYRM_EVOKED, } \ No newline at end of file -- cgit