6 lines
77 B
GDScript
6 lines
77 B
GDScript
extends Node3D
|
|
|
|
func _ready() -> void:
|
|
$ComponentSpawn.spawn_survivor()
|
|
|
|
|