diff options
Diffstat (limited to 'client/menu/chat/chat_preview.gd')
-rw-r--r-- | client/menu/chat/chat_preview.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/chat/chat_preview.gd b/client/menu/chat/chat_preview.gd index 189ca89b..934af0b2 100644 --- a/client/menu/chat/chat_preview.gd +++ b/client/menu/chat/chat_preview.gd @@ -14,6 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # extends Control +class_name ChatPreview const CHAT_MESSAGE_SCENE = preload("res://menu/chat/chat_message.tscn") |