From b6413251a866c76538869b84ed1c9b9852f7c507 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Fri, 22 Dec 2023 23:01:51 -0500 Subject: Apply type hints to menu scripts --- game/src/Game/Autoload/Events/Options.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/src/Game/Autoload/Events') diff --git a/game/src/Game/Autoload/Events/Options.gd b/game/src/Game/Autoload/Events/Options.gd index 726960b..f3fd706 100644 --- a/game/src/Game/Autoload/Events/Options.gd +++ b/game/src/Game/Autoload/Events/Options.gd @@ -31,6 +31,6 @@ var _settings_file := ConfigFile.new() # * SS-9 # * UIFUN-7, UIFUN-12 # * FS-562 -func _init(): +func _init() -> void: if FileAccess.file_exists(_settings_file_path): _settings_file.load(_settings_file_path) -- cgit v1.2.3-56-ga3b1