Пример #1
0
 /// <summary>
 /// Gets a hash code for this EquipStatsDouble.
 /// </summary>
 public override int GetHashCode()
 {
     unchecked
     {
         int hash = VIT.GetHashCode();
         hash = 31 * hash + STR.GetHashCode();
         hash = 31 * hash + DEX.GetHashCode();
         hash = 31 * hash + TEC.GetHashCode();
         hash = 31 * hash + MAG.GetHashCode();
         return(31 * hash + FTH.GetHashCode());
     }
 }