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

reverseImpl() 보호된 메소드

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