2024-02-13 00:22:27 +01:00

8 lines
93 B
GDScript

class_name DamageInstance
var damage: float
func _init(_damage: float):
damage = _damage