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
/// Creates a new <see cref="ModConfig{T}"/> with the target file name and an optional event of when the file is read.
37
+
/// Creates a new <see cref="ModConfig{T}"/> with the target file name and an optional event of when the file is read. A file will automatically be made if it doesn't exist. A JSON property defined in the type <typeparamref name="TSerialize"/> that isn't in the file will automatically write to the file with said property.
38
38
/// </summary>
39
+
/// <remarks>
40
+
/// In the editor, the constructor will not merge the default values of the type with the file.
/// Creates a new <see cref="ModConfig{T}"/> with the target file name and an optional event of when the file is read.
46
+
/// Creates a new <see cref="ModConfig{T}"/> with the target file name and an optional event of when the file is read. A file will automatically be made if it doesn't exist. A JSON property defined in the type <typeparamref name="TSerialize"/> that isn't in the file will automatically write to the file with said property.
44
47
/// </summary>
48
+
/// <remarks>
49
+
/// In the editor, the constructor will not merge the default values of the type with the file.
/// <param name="value">The value to merge the file with.</param>
102
111
/// <param name="isDiscarding">Determines whether it should remove values from the original file that isn't contained within the type, or has the incorrect type.</param>
0 commit comments