public static CCReverseTime actionWithAction(CCFiniteTimeAction action)
        {
            CCReverseTime ret = new CCReverseTime();
            ret.initWithAction(action);

            return ret;
        }
Esempio n. 2
0
        public static CCReverseTime actionWithAction(CCFiniteTimeAction action)
        {
            CCReverseTime cCReverseTime = new CCReverseTime();

            cCReverseTime.initWithAction(action);
            return(cCReverseTime);
        }
        public static CCReverseTime actionWithAction(CCFiniteTimeAction action)
        {
            CCReverseTime ret = new CCReverseTime();

            ret.initWithAction(action);

            return(ret);
        }