diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-17 00:14:55 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-17 01:52:18 +0100 |
commit | e42bc6340771d87e2fb0263a4ad81528aeebec69 (patch) | |
tree | 63039ea0aa2ae98307d1eddcf13665bd37f32f9b /basetypes | |
parent | 18c6e6ec7296ea8a12fcd9dd58c0c0e2fdc02514 (diff) | |
download | LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.tar.gz LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.tar.bz2 LocalTransactionLedger-e42bc6340771d87e2fb0263a4ad81528aeebec69.zip |
feat: Pest Repellent Detection
Diffstat (limited to 'basetypes')
-rw-r--r-- | basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt | 1 |
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 8424893..a3910a0 100644 --- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt +++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt @@ -31,6 +31,7 @@ enum class TransactionType { KUUDRA_CHEST_OPEN, NPC_BUY, NPC_SELL, + PEST_REPELLENT_USED, VISITOR_BARGAIN, WYRM_EVOKED, }
\ No newline at end of file |