예제 #1
0
 public bool Equals(Progression otherProgression) => Equals(this, otherProgression);
예제 #2
0
 /// <summary>Replaces this instance of <see cref="Progression"/> with another instance.</summary>
 /// <param name="other">Instance of <see cref="Progression"/> to replace this instance</param>
 public Progression(Progression other) : this(other.Fields, other.Forest, other.Cathedral, other.Mines, other.Catacombs, other.Courtyard, other.Battlements, other.Armoury, other.Spire, other.ThroneRoom)
 {
 }