BBGamelib.CCBlink.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCBlink act = new CCBlink (_duration, _times);
			return act;
		}
	}