BBGamelib.CCRepeatForever.startWithTarget C# (CSharp) Method

startWithTarget() public method

public startWithTarget ( System aTarget ) : void
aTarget System
return void
		public override void startWithTarget (System.Object aTarget)
		{
			base.startWithTarget (aTarget);
			_innerAction.startWithTarget (_target);
		}