diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-18 22:54:58 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-18 22:54:58 +0100 |
| commit | cfa9dff0c90be83ab219db10ef08abb8c6aabca0 (patch) | |
| tree | 9a726d9e8cb937c5f9f867f8f78f5aaa27e002da /src/main/java/at/hannibal2/skyhanni/events | |
| parent | 8e57a5b1a7ea98a086fae0883e42cd34558b0a58 (diff) | |
| download | skyhanni-cfa9dff0c90be83ab219db10ef08abb8c6aabca0.tar.gz skyhanni-cfa9dff0c90be83ab219db10ef08abb8c6aabca0.tar.bz2 skyhanni-cfa9dff0c90be83ab219db10ef08abb8c6aabca0.zip | |
Added Visitor Timer.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt new file mode 100644 index 000000000..4524cbd05 --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/TabListUpdateEvent.kt @@ -0,0 +1,3 @@ +package at.hannibal2.skyhanni.events + +class TabListUpdateEvent(val tabList: List<String>): LorenzEvent()
\ No newline at end of file |
