This commit is contained in:
Zoryn Aaron 2016-03-23 16:50:05 -04:00
parent 7c9336e3b1
commit e5f42badcc
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ namespace StardewModdingAPI
/// <summary> /// <summary>
/// Re-reads the json blob on the disk and merges its values with a default config /// 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> /// </summary>
public static T ReloadConfig<T>(this T baseConfig) where T : Config public static T ReloadConfig<T>(this T baseConfig) where T : Config
{ {