diff options
author | inglettronald <inglettronald@gmail.com> | 2023-05-03 02:35:33 -0500 |
---|---|---|
committer | inglettronald <inglettronald@gmail.com> | 2023-05-03 02:35:33 -0500 |
commit | 8022824961f4735730bc0041eb47b86addd6ed03 (patch) | |
tree | bc4404e287963a50f1a1f5125a31b3abe0d5fa66 /src/main/kotlin/dulkirmod/events | |
parent | 160688c66622fdbbd8a42b72ead4206e21391719 (diff) | |
download | DulkirMod-8022824961f4735730bc0041eb47b86addd6ed03.tar.gz DulkirMod-8022824961f4735730bc0041eb47b86addd6ed03.tar.bz2 DulkirMod-8022824961f4735730bc0041eb47b86addd6ed03.zip |
Blaze Slayer feature addition
Diffstat (limited to 'src/main/kotlin/dulkirmod/events')
-rw-r--r-- | src/main/kotlin/dulkirmod/events/Events.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/dulkirmod/events/Events.kt b/src/main/kotlin/dulkirmod/events/Events.kt index 45cc8ff..af6c02a 100644 --- a/src/main/kotlin/dulkirmod/events/Events.kt +++ b/src/main/kotlin/dulkirmod/events/Events.kt @@ -6,4 +6,4 @@ import net.minecraftforge.fml.common.eventhandler.Event /** * Fired when an entity is removed from the world. */ -class EntityRemovedEvent(val entity: Entity) : Event()
\ No newline at end of file +class EntityRemovedEvent(val entity: Entity) : Event() |