Skip to content

Commit 2ef464b

Browse files
authored
Merge pull request #69 from Qubus0/improve_static_typing_and_style
Improve static typing and style
2 parents 2d503e8 + 6afe7ea commit 2ef464b

File tree

4 files changed

+146
-150
lines changed

4 files changed

+146
-150
lines changed

addons/mod_loader/mod_data.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var manifest: ModManifest
2828
var config := {}
2929

3030
# only set if DEBUG_ENABLE_STORING_FILEPATHS is enabled
31-
var file_paths := []
31+
var file_paths: PoolStringArray = []
3232

3333

3434
func _init(_dir_path: String) -> void:

0 commit comments

Comments
 (0)