miggor-StreamGraph/classes/connections/connections.gd

13 lines
323 B
GDScript3
Raw Permalink Normal View History

2023-12-15 00:06:54 +01:00
# (c) 2023-present Eroax
# (c) 2023-present Yagich
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
2023-11-27 08:52:29 +01:00
class_name Connections
static var obs_websocket
static var twitch
static func _twitch_chat_received(msg_dict : Dictionary):
DeckHolder.send_event(&"twitch_chat", msg_dict)