Skip to content

Commit

Permalink
FollowNWNaming
Browse files Browse the repository at this point in the history
  • Loading branch information
louis1706 committed May 18, 2024
1 parent e5da49c commit 0ae8032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.API/Extensions/EffectTypeExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public static bool TryGetEffectType(this StatusEffectBase statusEffectBase, out
/// </summary>
/// <param name="fogControl">The <see cref="FogControl"/> effect.</param>
/// <param name="fogType">The <see cref="FogType"/> applied.</param>
public static void SetFog(this FogControl fogControl, FogType fogType) => fogControl.Intensity = (byte)(fogType + 1);
public static void SetFogType(this FogControl fogControl, FogType fogType) => fogControl.Intensity = (byte)(fogType + 1);

/// <summary>
/// Returns whether or not the provided <paramref name="effect"/> drains health over time.
Expand Down

0 comments on commit 0ae8032

Please sign in to comment.