a game about throwing hammers made for the github game off
1
2
3
4
5
6
extends CharacterBody2D
class_name Hittable

# @virtual
func hit(_damage: int) -> void:
    pass