Exemplo n.º 1
0
 public bool Equals(Attributes otherAttributes) => Equals(this, otherAttributes);
Exemplo n.º 2
0
 /// <summary>Replaces this instance of <see cref="Attributes"/> with another instance.</summary>
 /// <param name="other">Instance of <see cref="Attributes"/> to replace this instance</param>
 public Attributes(Attributes other) : this(other.Strength, other.Vitality, other.Dexterity, other.Wisdom)
 {
 }