miggor-StreamGraph/addons/no-obs-ws/plugin.gd

13 lines
178 B
GDScript3
Raw Permalink Normal View History

2023-11-27 05:45:23 +01:00
@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