mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
fix connections typing
This commit is contained in:
parent
b94c3702cc
commit
aa763fa6df
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
class_name Connections
|
||||
|
||||
static var obs_websocket
|
||||
static var twitch
|
||||
static var obs_websocket: NoOBSWS
|
||||
static var twitch: No_Twitch
|
||||
|
||||
static func _twitch_eventsub_event_received(event_data : Dictionary):
|
||||
|
||||
|
|
Loading…
Reference in a new issue