Skip to content

Commit

Permalink
Merge pull request #2 from RomzyyTV/patch-3
Browse files Browse the repository at this point in the history
Update EventHandlers.cs
  • Loading branch information
Bankokwak authored Oct 25, 2024
2 parents 27d93f6 + b73948f commit 0b9106e
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 0b9106e

Please sign in to comment.