/// <summary> /// </summary> /// <param name="other"></param> public BioStateEventElementInt(BioStateEventElementInt other) : base(other) { GlobalInt = other.GlobalInt; Increment = other.Increment; NewValue = other.NewValue; UseParam = other.UseParam; }