Skip to content

Commit

Permalink
Update EventHandlers.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RomzyyTV authored Oct 25, 2024
1 parent 27d93f6 commit b73948f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions BetterBlueCandyHalloween/EventHandlers.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
using Exiled.API.Features;
using Exiled.Events.EventArgs.Player;
using Exiled.API.Enums;
using Exiled.API.Features.Items;
using Exiled.API.Features.Pickups;
using Exiled.API.Extensions;
using Exiled.Events.EventArgs;
using GameCore;
using Exiled.API.Enums;
using MEC;
using Exiled.Events.EventArgs.Scp330;
using InventorySystem.Items.Usables.Scp330;
using PlayerRoles;
using UnityEngine;
using Player = Exiled.Events.Handlers.Player;
using Version = System.Version;

namespace BetterBlueCandyHalloween
{
Expand Down Expand Up @@ -64,4 +54,4 @@ private void OnEat(EatingScp330EventArgs ev)
}
}
}
}
}

0 comments on commit b73948f

Please sign in to comment.