From 8b373f577d9c6dde26357ef3fc86691f1efef9b4 Mon Sep 17 00:00:00 2001 From: Wyvest Date: Wed, 22 Nov 2023 08:18:19 +0900 Subject: update PGT and relocate to org.polyfrost --- src/main/kotlin/org/polyfrost/chatting/chat/ChatScrollingHook.kt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/kotlin/org/polyfrost/chatting/chat/ChatScrollingHook.kt (limited to 'src/main/kotlin/org/polyfrost/chatting/chat/ChatScrollingHook.kt') diff --git a/src/main/kotlin/org/polyfrost/chatting/chat/ChatScrollingHook.kt b/src/main/kotlin/org/polyfrost/chatting/chat/ChatScrollingHook.kt new file mode 100644 index 0000000..982329a --- /dev/null +++ b/src/main/kotlin/org/polyfrost/chatting/chat/ChatScrollingHook.kt @@ -0,0 +1,5 @@ +package org.polyfrost.chatting.chat + +object ChatScrollingHook { + var shouldSmooth = false +} \ No newline at end of file -- cgit