Ignored warnings

This commit is contained in:
Rob Kelly 2025-07-12 12:55:28 -06:00
parent e01431c000
commit 20a7fd7551

View File

@ -1,6 +1,7 @@
class_name TutorialManagerType extends Node class_name TutorialManagerType extends Node
## Global autoloaded singleton that manages the game's tutorial. ## Global autoloaded singleton that manages the game's tutorial.
@warning_ignore("unused_signal")
signal disable_all signal disable_all
const TUTORIAL_KEY_PREFIX := "game/tutorial/progress/" const TUTORIAL_KEY_PREFIX := "game/tutorial/progress/"