StreamOverlay/addons/no-obs-ws/plugin.gd
Mario Steele 262bb3beb5 Added NoOBSWS
Added NoOBSWS from Yagich.
2026-02-27 16:15:21 -06:00

12 lines
178 B
GDScript

@tool
extends EditorPlugin
func _enter_tree() -> void:
# Initialization of the plugin goes here.
pass
func _exit_tree() -> void:
# Clean-up of the plugin goes here.
pass