Bulk commit
This commit is contained in:
5
src/main/kotlin/moe/nea/firmament/events/TickEvent.kt
Normal file
5
src/main/kotlin/moe/nea/firmament/events/TickEvent.kt
Normal file
@@ -0,0 +1,5 @@
|
||||
package moe.nea.firmament.events
|
||||
|
||||
data class TickEvent(val tickCount: Int) : FirmamentEvent() {
|
||||
companion object : FirmamentEventBus<TickEvent>()
|
||||
}
|
||||
Reference in New Issue
Block a user