mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-12 01:55:00 +01:00
11 lines
97 B
GDScript
11 lines
97 B
GDScript
tool
|
|
extends EditorPlugin
|
|
|
|
|
|
func _enter_tree() -> void:
|
|
pass
|
|
|
|
|
|
func _exit_tree() -> void:
|
|
pass
|