note
This commit is contained in:
parent
7c9336e3b1
commit
e5f42badcc
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue