pandemonium_paint_experimental/game/addons/paint/plugin.gd

11 lines
97 B
GDScript3
Raw Normal View History

2022-11-14 14:44:37 +01:00
tool
extends EditorPlugin
func _enter_tree() -> void:
pass
func _exit_tree() -> void:
pass