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
Copy file name to clipboardExpand all lines: Content/ModContentRegistry.ContentMerging.cs
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,14 @@ namespace STS2RitsuLib.Content
5
5
publicsealedpartialclassModContentRegistry
6
6
{
7
7
/// <summary>
8
-
/// <para xml:lang="en">Merges vanilla getter output with a global catalog row via <see cref="ResolvedModelCache" /> and <see cref="ContentMergeStrategies" />.</para>
/// <para xml:lang="en">Inserts registered modifiers before or after <paramref name="source" /> using <see cref="ModifierRegistration.ModifierListSortOrder" />.</para>
0 commit comments