mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-15 02:01:09 +01:00
11 lines
81 B
GDScript
11 lines
81 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree():
|
|
pass
|
|
|
|
|
|
func _exit_tree():
|
|
pass
|