6 lines
142 B
GDScript3
6 lines
142 B
GDScript3
|
extends Control
|
||
|
|
||
|
@onready var suite: BessereTestsTest = get_node_or_null("/root/suite_sms")
|
||
|
|
||
|
func _ready() -> void: suite.callback = "_ready"
|