Skip to content

Commit

Permalink
Fix UnbannedEventArgs not correctly getting it's inherit interface (#169
Browse files Browse the repository at this point in the history
)
  • Loading branch information
louis1706 authored Nov 8, 2024
1 parent 9cd0e45 commit 6eb0cc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EXILED/Exiled.Events/EventArgs/Server/UnbannedEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@

namespace Exiled.Events.EventArgs.Server
{
using Exiled.Events.EventArgs.Interfaces;

/// <summary>
/// Contains all information after a player gets unbanned.
/// </summary>
public class UnbannedEventArgs
public class UnbannedEventArgs : IExiledEvent
{
/// <summary>
/// Initializes a new instance of the <see cref="UnbannedEventArgs"/> class.
Expand Down

0 comments on commit 6eb0cc3

Please sign in to comment.