BBGamelib.CCReverseTime.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			CCReverseTime a = new CCReverseTime(_other.copy());
			return a;
		}