You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A method to duplicate an existing config (in most cases the default config) would simplify the creation of a modifiable config since the default config is read-only.
For example: duplicate_config(config: ModConfig, config_name: String) -> ModConfig:
A method to duplicate an existing config (in most cases the default config) would simplify the creation of a modifiable config since the default config is read-only.
For example:
duplicate_config(config: ModConfig, config_name: String) -> ModConfig:
godot-mod-loader/addons/mod_loader/api/config.gd
Lines 12 to 69 in aab3aaa
The text was updated successfully, but these errors were encountered: