miggor-StreamGraph/classes/connections/creds_saver.gd
Eroax b8e65edcef Implement a temporary system for saving Credentials. (#38)
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
2024-01-15 05:35:16 +00:00

4 lines
69 B
GDScript

extends Resource
class_name CredSaver
@export var data : Dictionary