BBGamelib.CCSpawn.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCAction act = new CCSpawn (_one.reverse (), _two.reverse ());
			return act;
		}
	}