stronger typing

This commit is contained in:
yuki 2025-11-17 20:33:33 -03:00
parent 2e48563b6a
commit 1c3b7b6f32

View file

@ -4,7 +4,7 @@
## Emitted when the state finishes and wants to transition to another state.
@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