aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/events/WorldReadyEvent.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/events/WorldReadyEvent.kt')
-rw-r--r--src/main/kotlin/events/WorldReadyEvent.kt9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/kotlin/events/WorldReadyEvent.kt b/src/main/kotlin/events/WorldReadyEvent.kt
index 2c76c44..c79b100 100644
--- a/src/main/kotlin/events/WorldReadyEvent.kt
+++ b/src/main/kotlin/events/WorldReadyEvent.kt
@@ -1,7 +1,10 @@
-
-
package moe.nea.firmament.events
class WorldReadyEvent : FirmamentEvent() {
- companion object : FirmamentEventBus<WorldReadyEvent>()
+ companion object : FirmamentEventBus<WorldReadyEvent>()
+// class FullyLoaded : FirmamentEvent() {
+// companion object : FirmamentEventBus<FullyLoaded>() {
+// TODO: check WorldLoadingState
+// }
+// }
}