コード例 #1
0
ファイル: Attributes.cs プロジェクト: pfthroaway/GD_Sulimn
 public bool Equals(Attributes otherAttributes) => Equals(this, otherAttributes);
コード例 #2
0
ファイル: Attributes.cs プロジェクト: pfthroaway/GD_Sulimn
 /// <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)
 {
 }