aboutsummaryrefslogtreecommitdiff
path: root/basetypes/src
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-02-23 16:59:47 +0100
committerLinnea Gräf <nea@nea.moe>2025-02-24 17:21:00 +0100
commit0c60aa3278a9297e143ee4ad998c01b6ef2337b1 (patch)
treebc057384efddfde0ff3658f10b43b5a506faa8cf /basetypes/src
parent86b55d5642ee3ad69f16e60d4f448e38d7ec91c5 (diff)
downloadLocalTransactionLedger-master.tar.gz
LocalTransactionLedger-master.tar.bz2
LocalTransactionLedger-master.zip
feat: Stonks Auction DetectionHEADnightlymaster
Diffstat (limited to 'basetypes/src')
-rw-r--r--basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt1
1 files changed, 1 insertions, 0 deletions
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