a game about throwing hammers made for the github game off
Diffstat (limited to 'colliders/hittable.gd')
-rw-r--r--colliders/hittable.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/colliders/hittable.gd b/colliders/hittable.gd
index 9a74a1e..3e75619 100644
--- a/colliders/hittable.gd
+++ b/colliders/hittable.gd
@@ -4,4 +4,4 @@ class_name Hittable
# @virtual
func hit(_damage: int) -> void:
- pass
+ pass