diff options
author | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-23 16:50:05 -0400 |
---|---|---|
committer | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-23 16:50:05 -0400 |
commit | e5f42badcc6e31fea4c98d7519142a1c578cf299 (patch) | |
tree | 646ccc3a51ef5a30b405a73ff82b428b5a3cf6e9 /StardewModdingAPI | |
parent | 7c9336e3b140ea8d343d7abcc5c166016136d7b7 (diff) | |
download | SMAPI-e5f42badcc6e31fea4c98d7519142a1c578cf299.tar.gz SMAPI-e5f42badcc6e31fea4c98d7519142a1c578cf299.tar.bz2 SMAPI-e5f42badcc6e31fea4c98d7519142a1c578cf299.zip |
note
Diffstat (limited to 'StardewModdingAPI')
-rw-r--r-- | StardewModdingAPI/Config.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StardewModdingAPI/Config.cs b/StardewModdingAPI/Config.cs index 8e6a590c..c2cd6db1 100644 --- a/StardewModdingAPI/Config.cs +++ b/StardewModdingAPI/Config.cs @@ -175,6 +175,7 @@ namespace StardewModdingAPI /// <summary> /// Re-reads the json blob on the disk and merges its values with a default config + /// NOTE: You MUST set your config EQUAL to the return of this method! /// </summary> public static T ReloadConfig<T>(this T baseConfig) where T : Config { |