Beispiel #1
0
 public bool Equals(AnimationInfo other)
 {
     return(AnimID.Equals(other.AnimID) && Frames.Equals(other.Frames) && Count.Equals(other.Count) &&
            Forward.Equals(other.Forward) && Repeat.Equals(other.Repeat) && Delay.Equals(other.Delay));
 }