This commit is contained in:
2026-01-21 08:30:02 +08:00
parent 5a97f7959e
commit c1ba5d1888
942 changed files with 17671 additions and 843 deletions
@@ -0,0 +1,10 @@
@tool
extends EditorPlugin
func _enter_tree():
add_autoload_singleton("Nakama", "res://addons/com.heroiclabs.nakama/Nakama.gd")
add_autoload_singleton("Satori", "res://addons/com.heroiclabs.nakama/Satori.gd")
func _exit_tree():
remove_autoload_singleton("Nakama")
remove_autoload_singleton("Satori")