mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-18 01:06:47 +01:00
11 lines
81 B
GDScript3
11 lines
81 B
GDScript3
|
tool
|
||
|
extends EditorPlugin
|
||
|
|
||
|
|
||
|
func _enter_tree():
|
||
|
pass
|
||
|
|
||
|
|
||
|
func _exit_tree():
|
||
|
pass
|