pandemonium_cms/game/addons/static_web_root/plugin.gd

11 lines
97 B
GDScript3
Raw Normal View History

tool
extends EditorPlugin
func _enter_tree() -> void:
pass
func _exit_tree() -> void:
pass