cs-os/scripts/point.gd

6 lines
87 B
GDScript

extends StaticBody3D
func _ready():
await get_tree().create_timer(1).timeout
free()