Files
leonwww/protocol/gdextension/plugin.gd

8 lines
146 B
GDScript3
Raw Normal View History

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