7 lines
115 B
GDScript
7 lines
115 B
GDScript
extends Node
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
func _ready():
|
|
DiscordSDK.debug()
|