public static CCReverseTime actionWithAction(CCFiniteTimeAction action) { CCReverseTime ret = new CCReverseTime(); ret.initWithAction(action); return ret; }
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); }