mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +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:
|
||||
cd = 0
|
||||
|
||||
func _cgcd_started(value :float) -> void:
|
||||
func _cgcd_started(entity: Entity, value :float) -> void:
|
||||
if not has_gcd:
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user