Skip to content

Commit

Permalink
stop complaining
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundermaker300 committed Nov 13, 2023
1 parent ef803b0 commit f35fdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Exiled.API/Enums/EffectType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Exiled.API.Enums
{
using System;

using Exiled.API.Extensions;

/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions Exiled.API/Extensions/EffectTypeExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ public static class EffectTypeExtension
{ EffectType.AntiScp207, typeof(AntiScp207) },
{ EffectType.Scanned, typeof(Scanned) },
{ EffectType.SilentWalk, typeof(SilentWalk) },
#pragma warning disable CS0618
{ EffectType.Marshmallow, typeof(MarshmallowEffect) },
#pragma warning restore CS0618
{ EffectType.Strangled, typeof(Strangled) },
{ EffectType.Ghostly, typeof(Ghostly) },
};
Expand Down

0 comments on commit f35fdf9

Please sign in to comment.