From aa84007823ddd16caf9ea7f2f2a039b7e95c0648 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:33:56 +0100 Subject: feat: Basic Reforge Detection (#17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Basic Reforge Detection * feat: sort linesn * ix: Build * f * feat: fff --------- Co-authored-by: Linnea Gräf --- 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 288ba8c..b353e29 100644 --- a/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt +++ b/basetypes/src/main/kotlin/moe/nea/ledger/TransactionType.kt @@ -10,6 +10,7 @@ enum class TransactionType { BANK_DEPOSIT, BANK_INTEREST, BANK_WITHDRAW, + BASIC_REFORGE, BAZAAR_BUY_INSTANT, BAZAAR_BUY_ORDER, BAZAAR_SELL_INSTANT, -- cgit