Renamed damage instance

This commit is contained in:
2024-02-13 23:49:58 +01:00
parent d87d4c9e3f
commit 60783f7166
3 changed files with 5 additions and 6 deletions

View File

@ -0,0 +1,6 @@
class_name Hit
var damage: float
func _init(_damage: float):
damage = _damage