9 lines
98 B
GDScript3
9 lines
98 B
GDScript3
|
@tool
|
||
|
class_name Cables extends EditorPlugin
|
||
|
|
||
|
func _enter_tree():
|
||
|
pass
|
||
|
|
||
|
func _exit_tree():
|
||
|
pass
|