aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/Ledger.kt
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-12-29 15:20:58 +0100
committerGitHub <noreply@github.com>2024-12-29 15:20:58 +0100
commita913eeffce5055fa330e358d197eaad8f915e505 (patch)
tree0bbf9f8f94830ac0d9bbdc460c353fcc8f2bc006 /src/main/kotlin/moe/nea/ledger/Ledger.kt
parentc82d0b07033e02f7a6a23adbc1607ab3d41afdad (diff)
downloadLocalTransactionLedger-a913eeffce5055fa330e358d197eaad8f915e505.tar.gz
LocalTransactionLedger-a913eeffce5055fa330e358d197eaad8f915e505.tar.bz2
LocalTransactionLedger-a913eeffce5055fa330e358d197eaad8f915e505.zip
feat: Capsaicin Eyedrops detection (#8)
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/Ledger.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/Ledger.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/Ledger.kt b/src/main/kotlin/moe/nea/ledger/Ledger.kt
index ed3c6a2..d2d09eb 100644
--- a/src/main/kotlin/moe/nea/ledger/Ledger.kt
+++ b/src/main/kotlin/moe/nea/ledger/Ledger.kt
@@ -21,6 +21,7 @@ import moe.nea.ledger.modules.DragonEyePlacementDetection
import moe.nea.ledger.modules.`DragonSacrificeDetection`
import moe.nea.ledger.modules.DungeonChestDetection
import moe.nea.ledger.modules.ExternalDataProvider
+import moe.nea.ledger.modules.EyedropsDetection
import moe.nea.ledger.modules.ForgeDetection
import moe.nea.ledger.modules.GambleDetection
import moe.nea.ledger.modules.KatDetection
@@ -127,6 +128,7 @@ class Ledger {
DungeonChestDetection::class.java,
ErrorUtil::class.java,
ExternalDataProvider::class.java,
+ EyedropsDetection::class.java,
ForgeDetection::class.java,
GambleDetection::class.java,
ItemIdProvider::class.java,