stronger typing
This commit is contained in:
parent
2e48563b6a
commit
1c3b7b6f32
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## Emitted when the state finishes and wants to transition to another state.
|
## Emitted when the state finishes and wants to transition to another state.
|
||||||
@warning_ignore("unused_signal")
|
@warning_ignore("unused_signal")
|
||||||
signal finished(next_state_path: String, data: Dictionary)
|
signal finished(next_state_path: String, data: Dictionary[String, Variant])
|
||||||
|
|
||||||
|
|
||||||
## For 'ghost frame' update fix
|
## For 'ghost frame' update fix
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue