Skip to content

Commit

Permalink
Merge pull request #69 from Qubus0/improve_static_typing_and_style
Browse files Browse the repository at this point in the history
Improve static typing and style
  • Loading branch information
Qubus0 committed Jan 23, 2023
2 parents 2d503e8 + 6afe7ea commit 2ef464b
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 150 deletions.
2 changes: 1 addition & 1 deletion addons/mod_loader/mod_data.gd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var manifest: ModManifest
var config := {}

# only set if DEBUG_ENABLE_STORING_FILEPATHS is enabled
var file_paths := []
var file_paths: PoolStringArray = []


func _init(_dir_path: String) -> void:
Expand Down
Loading

0 comments on commit 2ef464b

Please sign in to comment.