Files
Scoom/scripts/player/Hitable.gd
2022-12-07 08:41:10 +01:00

6 lines
63 B
GDScript

extends Node
class_name Hitable
func Hit():
print("Got hit")