added addon as plugin to simplefy gdscript user code

This commit is contained in:
Yannik
2023-04-20 11:43:28 +02:00
parent 4701514f3b
commit d867881678
9 changed files with 41 additions and 6 deletions

View File

@@ -4,6 +4,3 @@ extends Node
# Called when the node enters the scene tree for the first time.
func _ready():
DiscordSDK.debug()
func _process(_delta):
DiscordSDK.updatedebug()