protected override CCAction copyImpl() { CCRepeatForever copy = new CCRepeatForever(_innerAction.copy()); return(copy); }
protected override CCAction copyImpl() { CCSpeed copy = new CCSpeed(_innerAction.copy(), _speed); return(copy); }