Skip to content

Commit

Permalink
Update src/EvoSC.Common/Interfaces/Models/IPlayer.cs
Browse files Browse the repository at this point in the history
Co-authored-by: snixtho <snixtho@users.noreply.github.com>
  • Loading branch information
araszka and snixtho authored Sep 29, 2024
1 parent e2b6fc9 commit 5bb6510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EvoSC.Common/Interfaces/Models/IPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public interface IPlayer : IEquatable<IPlayer>
/// <summary>
/// The Player's account ID.
/// </summary>
public string AccountId { get; }
public string AccountId { get; }

/// <summary>
/// The player's nickname
Expand Down

0 comments on commit 5bb6510

Please sign in to comment.