diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-11 06:44:49 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-02-11 06:44:49 +0100 |
commit | 5488a0ab94c68e0fd846e39b2892a40f781d7bd7 (patch) | |
tree | cf3e58453c88d9093be4286d7fe6abac3a445110 /src/main/java/at/hannibal2/skyhanni/events | |
parent | c618fb4e335a3d03b04ba8840f7e3e6fb8832eaf (diff) | |
download | skyhanni-5488a0ab94c68e0fd846e39b2892a40f781d7bd7.tar.gz skyhanni-5488a0ab94c68e0fd846e39b2892a40f781d7bd7.tar.bz2 skyhanni-5488a0ab94c68e0fd846e39b2892a40f781d7bd7.zip |
Tps Display - Show the Tps of the current server.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt b/src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt new file mode 100644 index 000000000..42f015ff5 --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/HypixelTIck.kt @@ -0,0 +1,3 @@ +package at.hannibal2.skyhanni.events + +class HypixelTickEvent: LorenzEvent()
\ No newline at end of file |