Files
Undertaker-Simulator/addons/interaction/interactable.gd
T

8 lines
86 B
GDScript
Raw Normal View History

2026-01-27 12:31:37 +01:00
extends Node
class_name Interactable
signal on_hit
func hit()->void:
on_hit.emit()