BBGamelib.CCDelayTime.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			return new CCDelayTime(_duration);
		}