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

copyImpl() 보호된 메소드

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