Update signal handler arguments.

This commit is contained in:
Relintai 2020-07-27 22:56:07 +02:00
parent a3bfaf9e2a
commit fec2b2bd46

View File

@ -231,7 +231,7 @@ func _ccooldown_removed(id : int, value : float) -> void:
if id == spell_id:
cd = 0
func _cgcd_started(value :float) -> void:
func _cgcd_started(entity: Entity, value :float) -> void:
if not has_gcd:
return