BBGamelib.CCRepeat.reverseImpl C# (CSharp) 메소드

reverseImpl() 보호된 메소드

protected reverseImpl ( ) : CCAction
리턴 CCAction
		protected override CCAction reverseImpl ()
		{
			return new CCRepeat(_innerAction.reverse(), _times);
		}
	}