Skip to content

Commit

Permalink
Stylecop is pissing me off
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-119 committed Mar 7, 2021
1 parent 944e7f4 commit b51f206
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CustomItems/CustomItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// </copyright>
// -----------------------------------------------------------------------

#pragma warning disable SA1200
using CustomItems.Patches;
using Subclass;

namespace CustomItems
{
Expand All @@ -16,6 +16,7 @@ namespace CustomItems
using Exiled.API.Features;
using Exiled.CustomItems.API;
using HarmonyLib;
using Subclass;
using Server = Exiled.Events.Handlers.Server;

/// <inheritdoc />
Expand Down

0 comments on commit b51f206

Please sign in to comment.