BBGamelib.CCBlink.copyImpl C# (CSharp) Метод

copyImpl() защищенный Метод

protected copyImpl ( ) : CCAction
Результат CCAction
		protected override CCAction copyImpl ()
		{
			
			CCBlink act = new CCBlink(this.duration, _times);
			return act;
		}