Inheritance: CCActionInterval
		protected override CCAction copyImpl ()
		{
			CCReverseTime a = new CCReverseTime(_other.copy());
			return a;
		}
        protected override CCAction copyImpl()
        {
            CCReverseTime a = new CCReverseTime(_other.copy());

            return(a);
        }