protected override CCAction reverseImpl() { return(new CCRepeat(_innerAction.reverse(), _times)); }
protected override CCAction reverseImpl() { CCAction act = new CCSpawn(_one.reverse(), _two.reverse()); return(act); }