diff options
Diffstat (limited to 'basetypes/src')
-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 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 |