renamed project

This commit is contained in:
Yannik
2023-04-23 13:14:00 +02:00
parent df8b9e5f65
commit 5273c35eb5
13 changed files with 18 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
@tool
extends EditorPlugin
func _enter_tree():
add_autoload_singleton("discord_coreupdater", "res://addons/discord-sdk-gd/discord_coreupdater.gd")
func disable_plugin():
remove_autoload_singleton("discord_coreupdater")