Skip to content

Commit aba2658

Browse files
committed
Fix documentation formatting
1 parent 5abd248 commit aba2658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Components/MelvinTargetable.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ namespace Celeste.Mod.CommunalHelper.Components;
77
public class MelvinTargetable : Component
88
{
99
/// <summary>
10-
/// The priority of this component.
11-
/// Players have a priority of 0.
12-
/// A lower priority value means this component will be checked for attack first, so a value of -1 would be checked before the player, and a value of 1 would be checked after the player.
10+
/// The priority of this component.<br/>
11+
/// Players have a priority of 0.<br/>
12+
/// A lower priority value means this component will be checked for attack first, so a value of -1 would be checked before the player, and a value of 1 would be checked after the player.<br/>
1313
/// Ties in priority value are broken by distance.
1414
/// </summary>
1515
public readonly int Priority;

0 commit comments

Comments
 (0)