GodotModding / GodotModding/godot-mod-loader
Split Date/Time Methods into Dedicated Class
Open
refactor / cleanup
- Dominant language
- GDScript
- Stars
- 675
- Forks
- 54
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description
These are general utility funcs that could have their own class, and may be useful to modders.
- `_get_time_string`
- `_get_date_string`
- `_get_date_time_string`
They are currently in `ModLoaderLog`, in [log.gd](https://github.com/GodotModding/godot-mod-loader/blob/development/addons/mod_loader/api/log.gd).
Contributor guide
Assessment
This issue has not been assessed yet.