mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-14 09:37:19 +01:00
12 lines
145 B
GDScript
12 lines
145 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
func _enter_tree():
|
|
pass
|
|
|
|
func _exit_tree():
|
|
pass
|
|
|
|
func get_plugin_name() -> String:
|
|
return "WebBlogEditorPlugin"
|