Skip to content

Commit

Permalink
Inherit from System.EventArgs
Browse files Browse the repository at this point in the history
  • Loading branch information
hburn7 committed Apr 15, 2023
1 parent be922a1 commit 99206a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BanchoSharp/EventArgs/PlayerChangedTeamEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace BanchoSharp.EventArgs;
/// <summary>
/// EventArgs for when a player changes teams in a multiplayer lobby.
/// </summary>
public class PlayerChangedTeamEventArgs : EventArgs
public class PlayerChangedTeamEventArgs : System.EventArgs
{
/// <summary>
/// Initializes a new instance of the <see cref="PlayerChangedTeamEventArgs"/> class.
Expand Down

0 comments on commit 99206a5

Please sign in to comment.