mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-14 09:37:19 +01:00
11 lines
97 B
GDScript3
11 lines
97 B
GDScript3
|
tool
|
||
|
extends EditorPlugin
|
||
|
|
||
|
|
||
|
func _enter_tree() -> void:
|
||
|
pass
|
||
|
|
||
|
|
||
|
func _exit_tree() -> void:
|
||
|
pass
|