aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/events/SupplyDebugInfo.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/events/SupplyDebugInfo.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/events/SupplyDebugInfo.kt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/events/SupplyDebugInfo.kt b/src/main/kotlin/moe/nea/ledger/events/SupplyDebugInfo.kt
deleted file mode 100644
index cab0a20..0000000
--- a/src/main/kotlin/moe/nea/ledger/events/SupplyDebugInfo.kt
+++ /dev/null
@@ -1,10 +0,0 @@
-package moe.nea.ledger.events
-
-import net.minecraftforge.fml.common.eventhandler.Event
-
-class SupplyDebugInfo : Event() { // TODO: collect this in the event recorder
- val data = mutableListOf<Pair<String, Any>>()
- fun record(key: String, value: Any) {
- data.add(key to value)
- }
-} \ No newline at end of file