mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
b8e65edcef
This handles adding the functionality for saving the Token and Channel for Twitch, as well as the Port and Password for OBS when handling connections. Co-authored-by: Eroax <eroaxe.business@gmail.com> Reviewed-on: https://codeberg.org/Eroax/StreamGraph/pulls/38
4 lines
69 B
GDScript
4 lines
69 B
GDScript
extends Resource
|
|
class_name CredSaver
|
|
|
|
@export var data : Dictionary
|