TwitchGod/nodes/TwitchChatCommandListener.tscn

13 lines
587 B
Text
Raw Normal View History

2024-09-28 22:34:09 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cunhrde7dsed6"]
[ext_resource type="Script" path="res://addons/TwitchGod/nodes/twitch_chat_command_listener.gd" id="1_y088d"]
[ext_resource type="PackedScene" uid="uid://b2585bqiywbwv" path="res://addons/TwitchGod/nodes/TwitchEventListener.tscn" id="2_p4sf8"]
[node name="TwitchChatCommandListener" type="Node"]
script = ExtResource("1_y088d")
[node name="TwitchEventListener" parent="." instance=ExtResource("2_p4sf8")]
event = 9
[connection signal="received" from="TwitchEventListener" to="." method="_on_twitch_event_listener_received"]