update
This commit is contained in:
@@ -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")
|
||||
@@ -0,0 +1 @@
|
||||
uid://7lohybdl60lo
|
||||
@@ -0,0 +1,7 @@
|
||||
[plugin]
|
||||
|
||||
name="Nakama"
|
||||
description="Nakama Client SDK for Godot."
|
||||
author="Heroic Labs"
|
||||
version="2.0.0"
|
||||
script="NakamaPlugin.gd"
|
||||
Reference in New Issue
Block a user