mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2025-02-11 05:20:05 +01:00
11 lines
97 B
GDScript3
11 lines
97 B
GDScript3
|
tool
|
||
|
extends EditorPlugin
|
||
|
|
||
|
|
||
|
func _enter_tree() -> void:
|
||
|
pass
|
||
|
|
||
|
|
||
|
func _exit_tree() -> void:
|
||
|
pass
|