BBGamelib.CCBlink.reverseImpl C# (CSharp) Méthode

reverseImpl() protected méthode

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