diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-21 00:33:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-21 00:33:56 +0100 |
commit | aa84007823ddd16caf9ea7f2f2a039b7e95c0648 (patch) | |
tree | c913ae0a09aceccdf8660037b7fe52ac7cdec8c4 /basetypes | |
parent | ae6be122542f7970327fc67394115455555ae50d (diff) | |
download | LocalTransactionLedger-aa84007823ddd16caf9ea7f2f2a039b7e95c0648.tar.gz LocalTransactionLedger-aa84007823ddd16caf9ea7f2f2a039b7e95c0648.tar.bz2 LocalTransactionLedger-aa84007823ddd16caf9ea7f2f2a039b7e95c0648.zip |
feat: Basic Reforge Detection (#17)
* feat: Basic Reforge Detection
* feat: sort linesn
* ix: Build
* f
* feat: fff
---------
Co-authored-by: Linnea Gräf <nea@nea.moe>
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 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, |