Renamed damage instance
This commit is contained in:
6
client/player/health/Hit.gd
Normal file
6
client/player/health/Hit.gd
Normal file
@ -0,0 +1,6 @@
|
||||
class_name Hit
|
||||
|
||||
var damage: float
|
||||
|
||||
func _init(_damage: float):
|
||||
damage = _damage
|
Reference in New Issue
Block a user