public override void AddInstruction ( A_HitBoxInstruction hbi ){
			base.AddInstruction( hbi );
		}
		public virtual void AddInstruction( A_HitBoxInstruction hbi ){
			this.instructions.Add( hbi );
		}