8 lines
146 B
GDScript3
8 lines
146 B
GDScript3
|
|
@tool
|
||
|
|
extends EditorPlugin
|
||
|
|
|
||
|
|
func _enter_tree():
|
||
|
|
print("GURT Protocol plugin enabled")
|
||
|
|
|
||
|
|
func _exit_tree():
|
||
|
|
print("GURT Protocol plugin disabled")
|