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

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction
		protected override CCAction reverseImpl ()
		{
			return copy ();
		}