コード例 #1
0
		/// <summary>
		/// </summary>
		/// <param name="other"></param>
		public BioStateEventElementBool(BioStateEventElementBool other)
			: base(other)
		{
			GlobalBool = other.GlobalBool;
			NewState = other.NewState;
			UseParam = other.UseParam;
		}
コード例 #2
0
 /// <summary>
 /// </summary>
 /// <param name="other"></param>
 public BioStateEventElementBool(BioStateEventElementBool other)
     : base(other)
 {
     GlobalBool = other.GlobalBool;
     NewState   = other.NewState;
     UseParam   = other.UseParam;
 }