✏️ Fix comment
continuous-integration/drone/push Build is passing Details

pull/185/head
Alexis Drai 2 years ago
parent d4a90f917a
commit ac5ebd7b87

@ -11,9 +11,6 @@ namespace Model.Games
/// <summary>
/// a Turn consists of a Player, a DateTime, and a IEnumerable of AbstractDieFace
/// Like a turn in some game.
/// <br/>
/// Two turns are equal if they are litterally the same instance in RAM
/// (default behaviors Equals() and GetHashCode())
/// </summary>
public sealed class Turn : IEquatable<Turn>
{

Loading…
Cancel
Save