10 lines
165 B
GDScript
10 lines
165 B
GDScript
extends Node
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
DiscordSDK.debug()
|
|
|
|
func _process(_delta):
|
|
DiscordSDK.updatedebug()
|