Skip to content

Commit

Permalink
Fix documentation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeTwentyThree committed Dec 31, 2023
1 parent cb44b52 commit f076530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ECCLibrary/ECCLibrary/Assets/SealedCreatureAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed class SealedCreatureAsset : CreatureAsset
/// </summary>
public Func<GameObject, CreatureComponents, IEnumerator> OnModifyPrefab { get; set; }
/// <summary>
/// An optional call that, if overriden, no longer applies the MarmosetUBER shader automatically and allows for full control of the materials. Called AFTER <paramref name="modifyPrefab"/>!
/// An optional call that, if overriden, no longer applies the MarmosetUBER shader automatically and allows for full control of the materials. Called AFTER <paramref name="OnModifyPrefab"/>!

Check warning on line 16 in ECCLibrary/ECCLibrary/Assets/SealedCreatureAsset.cs

View workflow job for this annotation

GitHub Actions / publish-docs

XML comment on 'SealedCreatureAsset.OnApplyMaterials' has a paramref tag for 'OnModifyPrefab', but there is no parameter by that name

Check warning on line 16 in ECCLibrary/ECCLibrary/Assets/SealedCreatureAsset.cs

View workflow job for this annotation

GitHub Actions / publish-docs

XML comment on 'SealedCreatureAsset.OnApplyMaterials' has a paramref tag for 'OnModifyPrefab', but there is no parameter by that name
/// </summary>
public Action<GameObject> OnApplyMaterials { get; set; }

Expand Down

0 comments on commit f076530

Please sign in to comment.