Skip to content

Commit ad274de

Browse files
Update plugin.gd
1 parent bfa8007 commit ad274de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/godot-firebase/plugin.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@tool
22
extends EditorPlugin
33

4-
func _enter_tree() -> void:
4+
func _enable_plugin() -> void:
55
add_autoload_singleton("Firebase", "res://addons/godot-firebase/firebase/firebase.tscn")
66

7-
func _exit_tree() -> void:
7+
func _disable_plugin() -> void:
88
remove_autoload_singleton("Firebase")

0 commit comments

Comments
 (0)