Updated OverlayPlugin

Added send_message() function, more functionality to be implemented.
This commit is contained in:
Mario Steele 2026-03-10 10:31:16 -05:00
parent 7b1237b702
commit eb64045e41

View file

@ -19,6 +19,9 @@ func _get_script_name() -> String:
return self.get_script().get_global_name()
#endregion
func send_message(msg: String) -> void:
_twitch.send_message(msg)
func send_notification(message: String) -> void:
EventManager.test_notification(message)