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