pandemonium_cms/game/addons/web_blog/plugin.gd

12 lines
145 B
GDScript

tool
extends EditorPlugin
func _enter_tree():
pass
func _exit_tree():
pass
func get_plugin_name() -> String:
return "WebBlogEditorPlugin"