From 734fdf613cc660430447adbd3191b5bc7c1817de Mon Sep 17 00:00:00 2001 From: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:14:16 +0200 Subject: Feature: Cold Overlay (#1438) Co-authored-by: martimavocado <39881008+martimavocado@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Empa <42304516+ItsEmpa@users.noreply.github.com> --- src/main/java/at/hannibal2/skyhanni/events/ColdUpdateEvent.kt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/java/at/hannibal2/skyhanni/events/ColdUpdateEvent.kt (limited to 'src/main/java/at/hannibal2/skyhanni/events') diff --git a/src/main/java/at/hannibal2/skyhanni/events/ColdUpdateEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/ColdUpdateEvent.kt new file mode 100644 index 000000000..9894943b7 --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/ColdUpdateEvent.kt @@ -0,0 +1,3 @@ +package at.hannibal2.skyhanni.events + +class ColdUpdateEvent(val cold: Int) : LorenzEvent() -- cgit