diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-31 11:57:31 +0100 |
---|---|---|
committer | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-31 11:57:31 +0100 |
commit | 988e4289455b56aa6ba484a502440f640f6656fa (patch) | |
tree | 670669e61408ccdf47d9e29cb4d5f1ee3599aa4d /src/main/kotlin/moe/nea/ledger/Ledger.kt | |
parent | d9de03ce66ab5224d91dd69ea3753d0be2b1a178 (diff) | |
download | LocalTransactionLedger-988e4289455b56aa6ba484a502440f640f6656fa.tar.gz LocalTransactionLedger-988e4289455b56aa6ba484a502440f640f6656fa.tar.bz2 LocalTransactionLedger-988e4289455b56aa6ba484a502440f640f6656fa.zip |
feat: Pattern test for bought back npc items
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/Ledger.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/ledger/Ledger.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/Ledger.kt b/src/main/kotlin/moe/nea/ledger/Ledger.kt index 23d1265..a11480f 100644 --- a/src/main/kotlin/moe/nea/ledger/Ledger.kt +++ b/src/main/kotlin/moe/nea/ledger/Ledger.kt @@ -50,6 +50,7 @@ class Ledger { // You bought Cactus x32 for 465.6 Coins! // You sold Cactus x1 for 3 Coins! + // You bought back Potato x3 for 9 Coins! TODO: TRADING, FORGE, COOKIE_EATEN */ |