mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-22 02:17:18 +01:00
Update signal handler arguments.
This commit is contained in:
parent
a3bfaf9e2a
commit
fec2b2bd46
@ -231,7 +231,7 @@ func _ccooldown_removed(id : int, value : float) -> void:
|
|||||||
if id == spell_id:
|
if id == spell_id:
|
||||||
cd = 0
|
cd = 0
|
||||||
|
|
||||||
func _cgcd_started(value :float) -> void:
|
func _cgcd_started(entity: Entity, value :float) -> void:
|
||||||
if not has_gcd:
|
if not has_gcd:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user