mirror of
https://github.com/yeslayla/simple-dialogue.git
synced 2025-01-14 04:53:43 +01:00
11 lines
81 B
GDScript
11 lines
81 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree():
|
|
pass
|
|
|
|
|
|
func _exit_tree():
|
|
pass
|