Files

9 lines
147 B
GDScript

@tool
extends EditorPlugin
func _enter_tree():
print("GURT Protocol plugin enabled")
func _exit_tree():
print("GURT Protocol plugin disabled")