mirror of
https://github.com/Relintai/pmlpp_sample.git
synced 2024-12-21 13:47:52 +01:00
10 lines
210 B
GDScript3
10 lines
210 B
GDScript3
|
tool
|
||
|
extends EditorPlugin
|
||
|
|
||
|
func _enter_tree():
|
||
|
add_autoload_singleton("ECUtilities","res://addons/easy_charts/utilities/scripts/ec_utilities.gd")
|
||
|
|
||
|
func _exit_tree():
|
||
|
remove_autoload_singleton("ECUtilities")
|
||
|
|