BBGamelib.CCRepeat.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			CCRepeat act = new CCRepeat (_innerAction.copy (), _times);
			return act;
		}